Turns some wounds into datumized versions (#31297)

* Wound datumization

* Rejuv additions

* Fixes

* Adds `get_wound()` proc

* Ruptured lungs get fixed now

* Apply suggestions from code review

Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com>

* Fix this

* Potentially fix an issue, might remove the proc later

* Many fixes

* Fuck

---------

Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
DGamerL
2025-12-26 22:29:05 +00:00
committed by GitHub
parent 65441316e7
commit a1e27c07da
17 changed files with 148 additions and 48 deletions
@@ -218,7 +218,8 @@
if(e.status & ORGAN_SPLINTED)
splint = "Splinted:"
if(e.status & ORGAN_BROKEN)
AN = "[e.broken_description]:"
var/datum/wound/fracture = e.get_wound(/datum/wound/fracture)
AN = "[fracture.name]:"
if(e.is_robotic())
robot = "Robotic:"
if(e.open)