Skip to content

Commit

Permalink
Merge pull request #21 from Vect0r2/tumor
Browse files Browse the repository at this point in the history
tumor rebalance
  • Loading branch information
Constellado authored Oct 7, 2024
2 parents 2afb670 + 1b158a4 commit 78f396b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/datums/traits/negative.dm
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@
medical_record_text = "Patient has a tumor in their brain that is slowly driving them to brain death."

/datum/quirk/brainproblems/on_process()
quirk_holder.adjustOrganLoss(ORGAN_SLOT_BRAIN, 0.2)
if(quirk_holder.stat != DEAD)
if(!quirk_holder.isLivingSSD())
quirk_holder.adjustOrganLoss(ORGAN_SLOT_BRAIN, 0.1)

/datum/quirk/deafness
name = "Deaf"
Expand Down

0 comments on commit 78f396b

Please sign in to comment.