mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user