[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:
committed by
Poojawa
parent
099b6628fa
commit
1051fb4fa7
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user