Guest User

Part 2.0.3

a guest
Jun 19th, 2015
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. /obj/machinery/plumbing/pipe/sink/attack_hand(mob/user as mob)
  2. var/datum/plumb_web/A
  3. user.visible_message("\blue [user] using the handle of sink","\blue you using the handle of sink")
  4. A.reagents_name += "water"
  5. A.reagents_name += "fuel"
  6. A.reagents_num += 2
  7. plumb_web += A // PLUMB_WEB AS LIST
  8. // var/global/list/plumb_web
Advertisement
Add Comment
Please, Sign In to add comment