mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Yet more brainmed tweaks (#9254)
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
|
||||
/obj/item/organ/internal/brain/process()
|
||||
if(owner)
|
||||
if(damage > max_damage / 2 && healed_threshold)
|
||||
if(damage > (max_damage * 0.75) && healed_threshold)
|
||||
handle_severe_brain_damage()
|
||||
|
||||
if(damage < (max_damage / 4))
|
||||
|
||||
Reference in New Issue
Block a user