mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
fix capsicum and frost oil to make sense
This commit is contained in:
@@ -1767,7 +1767,7 @@ datum
|
||||
if(!M) M = holder.my_atom
|
||||
M:bodytemperature += 5
|
||||
if(prob(40) && !istype(M, /mob/living/carbon/metroid))
|
||||
M.take_organ_damage(0, 1)
|
||||
M.apply_damage(1, BURN, pick("head", "chest"))
|
||||
|
||||
if(istype(M, /mob/living/carbon/metroid))
|
||||
M:bodytemperature += rand(5,20)
|
||||
@@ -1822,7 +1822,7 @@ datum
|
||||
if(!M) M = holder.my_atom
|
||||
M:bodytemperature -= 5
|
||||
if(prob(40))
|
||||
M.take_organ_damage(0, 1)
|
||||
M.apply_damage(1, BURN, pick("head", "chest"))
|
||||
if(prob(80) && istype(M, /mob/living/carbon/metroid))
|
||||
M.adjustFireLoss(rand(5,20))
|
||||
M << "\red You feel a terrible chill inside your body!"
|
||||
|
||||
Reference in New Issue
Block a user