Made capwhatever not do damage to soghun, since their food is apparently spicy (and it's an ingredient in sbiten, and is frequently left over when you make it, and according to me that's their drink and stuff)

Might be worth making it not do actual damage to anyone, but eh.
This commit is contained in:
Miniature
2012-06-20 00:31:12 +09:30
parent 0743fd1ab6
commit cfb758228f
+2 -1
View File
@@ -1931,7 +1931,8 @@ datum
if(!M) M = holder.my_atom
M:bodytemperature += 5
if(prob(40) && !istype(M, /mob/living/carbon/metroid))
M.apply_damage(1, BURN, pick("head", "chest"))
if( !( istype( M, /mob/living/carbon/human ) && M:mutantrace == "lizard" ) ) //because sbiten are now a soghun drink, and sometimes there is some of this left over in the drink
M.apply_damage(1, BURN, pick("head", "chest"))
if(istype(M, /mob/living/carbon/metroid))
M:bodytemperature += rand(5,20)