Guest User

Var

a guest
Jun 19th, 2015
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. var/PLUMBER_WEB = 0
  2. var/global/list/plumb_web
  3.  
  4.  
  5. datum/plumb_web
  6. var
  7. web_num
  8. //list/reagents
  9. list/reagents_name
  10. reagents_num
  11.  
  12.  
  13. obj/machinery/plumbing
  14. icon = 'icons/obj/pipes.dmi'
  15. icon_state = "intact"
  16. var
  17. connect_to_pipe = 0
  18. seepage = 0
  19. old = 0
  20. plumb_web_num = 0
  21. current_reagent_name = ""
  22. tank_connect = 0
  23. sink_connect = 0
  24. integrity = 0
  25. reagent_name
  26.  
  27. /obj/machinery/plumbing/pipe/sink
  28. var/list/reagent_names
  29.  
  30. obj/structure/reagent_dispensers
  31. var
  32. connect_to_pipe = 0
  33. old = 0
  34. plumb_web_num = 0
  35. sink_connect
  36. tank_connect
Advertisement
Add Comment
Please, Sign In to add comment