mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +01:00
Genetics Fixes and Tweaks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user