Update life.dm

This commit is contained in:
LetterJay
2017-10-13 10:26:25 -05:00
committed by GitHub
parent 6e10c020ec
commit 2d66ab4171
+1 -29
View File
@@ -23,39 +23,12 @@
walk_to(src,0)
/mob/living/carbon/monkey/handle_mutations_and_radiation()
<<<<<<< HEAD
if (radiation)
if (radiation > 100)
=======
if(radiation)
if(radiation > RAD_MOB_KNOCKDOWN)
>>>>>>> 456cd10... Radiation rework and subsystem (#30909)
if(radiation > RAD_MOB_KNOCKDOWN
if(!IsKnockdown())
emote("collapse")
Knockdown(200)
to_chat(src, "<span class='danger'>You feel weak.</span>")
<<<<<<< HEAD
if(radiation > 30 && prob((radiation - 30) * (radiation - 30) * 0.0002))
gorillize()
return
switch(radiation)
if(50 to 75)
if(prob(5))
if(!IsKnockdown())
emote("collapse")
Knockdown(60)
to_chat(src, "<span class='danger'>You feel weak.</span>")
if(75 to 100)
if(prob(1))
to_chat(src, "<span class='danger'>You mutate!</span>")
randmutb()
emote("gasp")
domutcheck()
..()
=======
if(radiation > RAD_MOB_MUTATE)
if(prob(1))
to_chat(src, "<span class='danger'>You mutate!</span>")
@@ -67,7 +40,6 @@
gorillize()
return
return ..()
>>>>>>> 456cd10... Radiation rework and subsystem (#30909)
/mob/living/carbon/monkey/handle_breath_temperature(datum/gas_mixture/breath)
if(abs(310.15 - breath.temperature) > 50)