Fixes some bugs with internal wounds (#18940)

This commit is contained in:
Cameron Lennox
2025-12-30 04:08:59 +01:00
committed by GitHub
parent 48eaa91b48
commit edbb0924a1
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()