Skip to content

Commit

Permalink
remove vestigial code
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonespace27 committed Sep 9, 2023
1 parent 9f22ef5 commit 8c9608d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions code/modules/cm_marines/m2c.dm
Original file line number Diff line number Diff line change
Expand Up @@ -374,12 +374,6 @@
return
return

/obj/structure/machinery/m56d_hmg/auto/handle_modded_clicks(mob/living/carbon/human/user, list/mods)
if(mods["middle"])
handle_rotating_gun(user)

return ..()

// AUTOMATIC FIRING

/obj/structure/machinery/m56d_hmg/auto/try_fire()
Expand Down
3 changes: 0 additions & 3 deletions code/modules/cm_marines/smartgun_mount.dm
Original file line number Diff line number Diff line change
Expand Up @@ -772,9 +772,6 @@
/obj/structure/machinery/m56d_hmg/proc/handle_outside_cone(mob/living/carbon/human/user)
return FALSE

/obj/structure/machinery/m56d_hmg/proc/handle_modded_clicks(mob/living/carbon/human/user, list/mods)
return HANDLE_CLICK_PASS_THRU

/obj/structure/machinery/m56d_hmg/proc/muzzle_flash(angle) // Might as well keep this too.
if(isnull(angle))
return
Expand Down

0 comments on commit 8c9608d

Please sign in to comment.