Tank transfer valves now have a material cost attached to themselves.
This commit is contained in:
skull132
2015-06-15 14:06:31 +03:00
parent 7c9cff2e25
commit ee01065a7d
@@ -9,6 +9,7 @@
var/mob/attacher = null
var/valve_open = 0
var/toggle = 1
matter = list("metal" = 1250)
/obj/item/device/transfer_valve/proc/process_activation(var/obj/item/device/D)