Spider Balance--Venom

This commit is contained in:
Fox-McCloud
2015-04-22 18:36:38 -04:00
parent 22b07a5820
commit 773f093f2b
2 changed files with 15 additions and 2 deletions
@@ -321,6 +321,19 @@ datum
..()
return
spider_venom
name = "Spider venom"
id = "spidertoxin"
description = "A toxic venom injected by spacefaring arachnids."
reagent_state = LIQUID
color = "#CF3600" // rgb: 207, 54, 0
on_mob_life(var/mob/living/M as mob)
if(!M) M = holder.my_atom
M.adjustToxLoss(1.5)
..()
return
plasticide
name = "Plasticide"
id = "plasticide"