mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-06 15:02:29 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user