mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 07:28:53 +01:00
Fixes some bugs with internal wounds (#18940)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user