Fixes attach_limb() not calling update_disabled() (#60128)

* Fixes attach_limb() not calling update_disabled()

* Ok, that's new. But at the core, the framework's the same.
This commit is contained in:
Ghom
2021-07-10 23:04:33 -07:00
committed by GitHub
parent e980caa309
commit 4ddc659844
@@ -361,6 +361,8 @@
LAZYADD(new_limb_owner.all_scars, scar)
update_bodypart_damage_state()
if(can_be_disabled)
update_disabled()
new_limb_owner.updatehealth()
new_limb_owner.update_body()