Makes some requested changes to mood (#38851)

cl Floyd
del: removed beauty / dirtyness
balance: Mood no longer gives you hallucinations, instead makes you go into crit sooner
/cl

oranges requested these changes, i havn't coded in DM for a while so I might have made some mistakes
This commit is contained in:
Qustinnus
2018-07-08 03:50:54 +02:00
committed by oranges
parent c213eaf14f
commit 284f90a3ab
32 changed files with 38 additions and 186 deletions

View File

@@ -63,7 +63,7 @@
/obj/item/organ/regenerative_core/on_life()
..()
if(owner.health < HEALTH_THRESHOLD_CRIT)
if(owner.health < owner.crit_modifier())
ui_action_click()
/obj/item/organ/regenerative_core/afterattack(atom/target, mob/user, proximity_flag)