mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user