mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Bone Regeneration Fix (#11588)
This commit is contained in:
@@ -281,7 +281,7 @@
|
||||
if(!length(parts))
|
||||
return
|
||||
var/obj/item/organ/external/picked = pick(parts)
|
||||
if(picked.heal_damage(brute, burn, prosthetic))
|
||||
if(picked.heal_damage(brute, burn, robo_repair = prosthetic))
|
||||
UpdateDamageIcon()
|
||||
BITSET(hud_updateflag, HEALTH_HUD)
|
||||
updatehealth()
|
||||
|
||||
Reference in New Issue
Block a user