Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
silicons committed Feb 1, 2025
1 parent 5d0cb1c commit 1aa8366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/projectiles/guns/gun/projectile/energy.dm
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,12 @@

//* Actions *//

/obj/item/gun/energy/register_item_actions(mob/user)
/obj/item/gun/projectile/energy/register_item_actions(mob/user)
. = ..()
modular_particle_array_safety_action?.grant(user.inventory.actions)
modular_particle_array_swap_action?.grant(user.inventory.actions)

/obj/item/gun/energy/unregister_item_actions(mob/user)
/obj/item/gun/projectile/energy/unregister_item_actions(mob/user)
. = ..()
modular_particle_array_safety_action?.revoke(user.inventory.actions)
modular_particle_array_swap_action?.revoke(user.inventory.actions)
Expand Down

0 comments on commit 1aa8366

Please sign in to comment.