mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Makes brute surgery not runtime (#31702)
This commit is contained in:
@@ -342,9 +342,9 @@
|
||||
brute_dam = max(brute_dam - brute, 0)
|
||||
burn_dam = max(burn_dam - burn, 0)
|
||||
|
||||
if(internal)
|
||||
var/datum/wound/fracture = get_wound(/datum/wound/fracture)
|
||||
if(internal && fracture)
|
||||
status &= ~ORGAN_BROKEN
|
||||
var/datum/wound/fracture = get_wound(/datum/wound/fracture)
|
||||
fracture.cure_wound()
|
||||
perma_injury = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user