Genetics Fixes and Tweaks

This commit is contained in:
Fox-McCloud
2016-04-13 21:21:52 -04:00
parent 1d030c5824
commit 9005622ea7
9 changed files with 30 additions and 349 deletions
@@ -120,10 +120,6 @@
return
/mob/living/carbon/alien/handle_mutations_and_radiation()
if(getFireLoss())
if((RESIST_HEAT in mutations) || prob(5))
adjustFireLoss(-1)
// Aliens love radiation nom nom nom
if (radiation)
if (radiation > 100)
@@ -774,15 +774,6 @@
//the analgesic effect wears off slowly
analgesic = max(0, analgesic - 1)
if(hallucination)
spawn()
handle_hallucinations()
if(hallucination <= 2)
hallucination = 0
else
hallucination -= 2
if(paralysis)
blinded = 1
stat = UNCONSCIOUS