mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Merge pull request #1328 from Miniature/master
Made capwhatever not do damage to soghun
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