Adds ammo drops to CTF, fixes reload bug (#19125)

* My bed broke

* Slow healing, nodrop items

* Mark arena as dirty when stopping ctf

* Fixes spooky zombie projectile bug
This commit is contained in:
coiax
2016-07-06 07:53:30 -04:00
committed by Joan Lung
parent 608a33493d
commit 3796656340
9 changed files with 138 additions and 27 deletions
@@ -60,7 +60,7 @@
qdel(air_contents)
STOP_PROCESSING(SSobj, src)
return ..()
. = ..()
/obj/item/weapon/tank/examine(mob/user)
var/obj/icon = src
@@ -127,7 +127,7 @@
else if(istype(W, /obj/item/device/assembly_holder))
bomb_assemble(W,user)
else
return ..()
. = ..()
/obj/item/weapon/tank/ui_interact(mob/user, ui_key = "main", datum/tgui/ui = null, force_open = 0, \
datum/tgui/master_ui = null, datum/ui_state/state = hands_state)