Skip to content

Commit

Permalink
fix nuke weapon icons.dm
Browse files Browse the repository at this point in the history
Перепрокидывает пути спрайтов у модулей machinegun(сами спрайты тоже исправлены)
  • Loading branch information
AmShegars authored Oct 6, 2023
1 parent 66f457a commit efd5a76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infinity/code/modules/mechs/guns.dm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/obj/item/mech_equipment/mounted_system/taser/plasma_rifle
name = "mounted plasma rifle"
desc = "A very deadly mounted plasma rifle, capable of destroying everything."
icon_state = "mech_ionrifle"
icon_state = "mech_pulse"
holding_type = /obj/item/gun/energy/pulse_rifle/mounted/mech

/obj/item/gun/energy/pulse_rifle/mounted/mech
Expand Down Expand Up @@ -36,5 +36,5 @@
/obj/item/mech_equipment/mounted_system/taser/machinegun
name = "mounted machinegun"
desc = "An exosuit-mounted machinegun. Handle with care."
icon_state = "mech_taser"
icon_state = "mech_scatter"
holding_type = /obj/item/gun/energy/machingegun/mounted/mech

0 comments on commit efd5a76

Please sign in to comment.