Fixes Blob Zombies

This commit is contained in:
Fox-McCloud
2015-05-07 17:35:43 -04:00
parent 3c0beb216a
commit a8ead35ea5
3 changed files with 23 additions and 10 deletions
@@ -1371,6 +1371,19 @@ datum
return
spores
name = "Spore Toxin"
id = "spores"
description = "A toxic spore cloud which blocks vision when ingested."
color = "#9ACD32"
on_mob_life(var/mob/living/M as mob)
M.adjustToxLoss(0.5)
M.damageoverlaytemp = 60
M.eye_blurry = max(M.eye_blurry, 3)
..()
return
///////////////////////////////////////////////////////////////////////////////////////////////////////////////
/*
nanites