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
@@ -176,6 +176,8 @@
to_chat(user, span_danger(" You tear some blood vessels trying to fit such a big object in this cavity."))
var/datum/wound/internal_bleeding/I = new (10)
affected.wounds += I
affected.update_damages()
affected.owner.handle_organs(TRUE) //Force an update so we start processing the internal bleeding.
affected.owner.custom_pain("You feel something rip in your [affected.name]!", 1)
affected.implants += tool
tool.loc = affected