Merge pull request #3827 from Citadel-Station-13/upstream-merge-32133

[MIRROR] Blobbernauts and spores are no longer killed by blob victory
This commit is contained in:
LetterJay
2017-11-07 04:43:17 -06:00
committed by GitHub
+7 -4
View File
@@ -91,10 +91,13 @@ GLOBAL_LIST_EMPTY(blob_nodes)
if(!Ablob.blob_allowed)
continue
playsound(L, 'sound/effects/splat.ogg', 50, 1)
L.death()
new/mob/living/simple_animal/hostile/blob/blobspore(T)
if(!("blob" in L.faction))
playsound(L, 'sound/effects/splat.ogg', 50, 1)
L.death()
new/mob/living/simple_animal/hostile/blob/blobspore(T)
else
L.fully_heal()
for(var/V in GLOB.sortedAreas)
var/area/A = V