Merge pull request #1460 from Giacomand/nobreathe

Blob Spore Clouds
This commit is contained in:
Aranclanos
2013-09-28 17:19:44 -07:00
3 changed files with 30 additions and 0 deletions
@@ -1512,6 +1512,21 @@ datum
..()
return
toxin/spore
name = "Spore Toxin"
id = "spore"
description = "A toxic spore cloud which blocks vision when ingested."
reagent_state = LIQUID
color = "#9ACD32"
toxpwr = 0.5
on_mob_life(var/mob/living/M as mob)
..()
M.damageoverlaytemp = 60
M.eye_blurry = max(M.eye_blurry, 3)
return
toxin/chloralhydrate
name = "Chloral Hydrate"
id = "chloralhydrate"