Skip to content

Commit

Permalink
and this
Browse files Browse the repository at this point in the history
  • Loading branch information
SmArtKar committed Aug 1, 2024
1 parent 46c799b commit 1dd9bf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions maplestation_modules/code/modules/mod/mod_control.dm
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@
for (var/obj/item/mod/module/module in modules)
if (part.slot_flags in module.mount_part)
module.on_suit_deactivation()
if (module.active)
module.on_deactivation()
if (user && (module.overlay_state_inactive || module.overlay_state_active))
user.update_worn_back()

0 comments on commit 1dd9bf3

Please sign in to comment.