Welder Bomb Delay

Adds a delay to welder-bombing, and alerts mods/admins.
This commit is contained in:
Ryan784
2016-01-12 22:48:18 -05:00
parent 5d6afbf749
commit f1e8e45777
2 changed files with 24 additions and 4 deletions

View File

@@ -88,6 +88,8 @@
icon_state = "weldtank"
amount_per_transfer_from_this = 10
var/modded = 0
var/defuse = 0
var/armed = 0
var/obj/item/device/assembly_holder/rig = null
New()
..()