mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
minor external organ refactor (#16183)
Co-authored-by: SabreML <57483089+SabreML@users.noreply.github.com> Co-authored-by: dearmochi <1496804+dearmochi@users.noreply.github.com>
This commit is contained in:
co-authored by
SabreML
dearmochi
parent
192fa1815e
commit
31b336da64
@@ -305,7 +305,7 @@
|
||||
for(var/obj/item/organ/external/E in H.bodyparts)
|
||||
if(prob(10))
|
||||
E.mend_fracture()
|
||||
E.internal_bleeding = FALSE
|
||||
E.fix_internal_bleeding()
|
||||
heal_points--
|
||||
else if(issilicon(L))
|
||||
L.adjustBruteLoss(-3.5)
|
||||
@@ -339,7 +339,7 @@
|
||||
H.bodytemperature = H.dna.species.body_temperature
|
||||
for(var/thing in H.bodyparts)
|
||||
var/obj/item/organ/external/E = thing
|
||||
E.internal_bleeding = FALSE
|
||||
E.fix_internal_bleeding()
|
||||
E.mend_fracture()
|
||||
else
|
||||
owner.bodytemperature = BODYTEMP_NORMAL
|
||||
|
||||
Reference in New Issue
Block a user