Yet more brainmed tweaks (#9254)

This commit is contained in:
Matt Atlas
2020-07-04 22:27:25 +02:00
committed by GitHub
parent ecd3e33f3b
commit 0811c51203
8 changed files with 64 additions and 20 deletions
+1 -1
View File
@@ -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))