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
-1
View File
@@ -573,7 +573,6 @@ var/global/list/g_fancy_list_of_types = null
if(!ishuman(M))
alert("Invalid mob")
return
//log_admin("[key_name(src)] has alienized [M.key].")
var/list/outfits = list("Naked","Custom","As Job...")