mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user