diff --git a/code/modules/antagonists/blob/blob_mobs.dm b/code/modules/antagonists/blob/blob_mobs.dm index bb79a4e9eef..5871fe51bc8 100644 --- a/code/modules/antagonists/blob/blob_mobs.dm +++ b/code/modules/antagonists/blob/blob_mobs.dm @@ -34,12 +34,17 @@ verbs -= /mob/living/verb/pulled else pass_flags &= ~PASSBLOB - + /mob/living/simple_animal/hostile/blob/Destroy() if(overmind) overmind.blob_mobs -= src return ..() +/mob/living/simple_animal/hostile/blob/Stat() + ..() + if(overmind && statpanel("Status")) + stat(null, "Blobs to Win: [overmind.blobs_legit.len]/[overmind.blobwincount]") + /mob/living/simple_animal/hostile/blob/blob_act(obj/structure/blob/B) if(stat != DEAD && health < maxHealth) for(var/i in 1 to 2) @@ -128,7 +133,7 @@ if(factory && z != factory.z) death() ..() - + /mob/living/simple_animal/hostile/blob/blobspore/attack_ghost(mob/user) . = ..() if(.)