Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /obj/machinery/plumbing/pipe/sink/attack_hand(mob/user as mob)
- var/datum/plumb_web/A
- user.visible_message("\blue [user] using the handle of sink","\blue you using the handle of sink")
- A.reagents_name += "water"
- A.reagents_name += "fuel"
- A.reagents_num += 2
- plumb_web += A // PLUMB_WEB AS LIST
- // var/global/list/plumb_web
Advertisement
Add Comment
Please, Sign In to add comment