Merge pull request #3492 from Citadel-Station-13/upstream-merge-31780

[MIRROR] Disentangles blob from blob mode/removes blob mode
This commit is contained in:
LetterJay
2017-10-22 16:39:35 -04:00
committed by GitHub
15 changed files with 110 additions and 253 deletions
@@ -305,15 +305,6 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
/mob/dead/observer/is_active()
return 0
/mob/dead/observer/Stat()
..()
if(statpanel("Status"))
if(SSticker.HasRoundStarted())
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"
set name = "Re-enter Corpse"