Merge pull request #4192 from Fox-McCloud/genetics-fixes-tweaks

Genetics Fixes and Tweaks
This commit is contained in:
TheDZD
2016-04-14 22:25:35 -04:00
9 changed files with 35 additions and 363 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)
@@ -740,15 +740,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