Second commit for nations, respawning is in, splitting in teams is in. Time to get to work on the actual capture mechanics.

This commit is contained in:
ZomgPonies
2014-05-26 21:33:46 -04:00
parent 3c9dbcc822
commit 53090e314d
4 changed files with 184 additions and 2 deletions
@@ -148,6 +148,10 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
set name = "Ghost"
set desc = "Relinquish your life and enter the land of the dead."
if(ticker && ticker.mode.name == "nations")
usr << "\blue Ghosting is disabled."
return
var/mob/M = src
if(stat == DEAD)