Compile errors II

This commit is contained in:
Jack Edge
2016-06-24 09:59:12 +01:00
parent 3f4d409736
commit 2e093a54dd
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -303,7 +303,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
if(ticker.mode)
for(var/datum/gang/G in ticker.mode.gangs)
if(G.is_dominating)
stat(null, "[G.name] Gang Takeover: [max(G.dominating_time_remaining(), 0)]")
stat(null, "[G.name] Gang Takeover: [max(G.domination_time_remaining(), 0)]")
/mob/dead/observer/verb/reenter_corpse()
set category = "Ghost"