[MIRROR] Internal wounds & spleen tweak (#12182)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-12-30 04:29:03 +01:00
committed by GitHub
co-authored by Cameron Lennox
parent f25ceeab1d
commit 9f23aa6a9e
6 changed files with 17 additions and 5 deletions
+2
View File
@@ -41,6 +41,8 @@
var/datum/wound/W = new /datum/wound/internal_bleeding(20)
owner.adjustToxLoss(25)
groin.wounds += W
groin.update_damages()
owner.handle_organs(TRUE) //Force an update so we start processing the internal bleeding.
inflamed = 1
*/
/obj/item/organ/internal/appendix/removed()