Skip to content

Commit

Permalink
Update Executor.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Lime-7 authored Oct 19, 2023
1 parent d62dfbb commit bfa7ea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/mecha/combat/Executor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
max_equip = 3
wreckage = /obj/structure/mecha_wreckage/executioner

/obj/mecha/combat/durand/executioner/GrantActions(mob/living/user, human_occupant = 0)
/obj/mecha/combat/executioner/GrantActions(mob/living/user, human_occupant = 0)
..()
flash_action.Grant(user, src)

/obj/mecha/combat/durand/executioner/RemoveActions(mob/living/user, human_occupant = 0)
/obj/mecha/combat/executioner/RemoveActions(mob/living/user, human_occupant = 0)
..()
flash_action.Remove(user)

0 comments on commit bfa7ea0

Please sign in to comment.