Bone Regeneration Fix (#11588)

This commit is contained in:
Geeves
2021-04-03 20:32:52 +02:00
committed by GitHub
parent 8b73e28748
commit 6e12a52fde
2 changed files with 7 additions and 1 deletions
@@ -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()
+6
View File
@@ -0,0 +1,6 @@
author: Geeves
delete-after: True
changes:
- bugfix: "Bones no longer spontaneously repair themselves."