[MIRROR] Corrects runtime in observer.dm (#2610)

* Corrects runtime in observer.dm

* Update observer.dm

* Update observer.dm

* Update observer.dm

* Update observer.dm
This commit is contained in:
CitadelStationBot
2017-09-13 22:55:22 -05:00
committed by Poojawa
parent 099b6628fa
commit 1051fb4fa7
+5 -4
View File
@@ -309,9 +309,10 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
..()
if(statpanel("Status"))
if(SSticker.HasRoundStarted())
var/datum/game_mode/blob/B = SSticker.mode
if(B.message_sent)
stat(null, "Blobs to Blob Win: [GLOB.blobs_legit.len]/[B.blobwincount]")
if(istype(SSticker.mode, /datum/game_mode/blob))
var/datum/game_mode/blob/B = SSticker.mode
if(B.message_sent)
stat(null, "Blobs to Blob Win: [GLOB.blobs_legit.len]/[B.blobwincount]")
/mob/dead/observer/verb/reenter_corpse()
set category = "Ghost"
@@ -825,4 +826,4 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
if(!spawners_menu)
spawners_menu = new(src)
spawners_menu.ui_interact(src)
spawners_menu.ui_interact(src)