Skip to content

Commit

Permalink
Mech nuke sprite fix
Browse files Browse the repository at this point in the history
Автор поленился дать уникальные спрайты данным модулям, я вот не такой ленивый. Добавлены "Внешние" спрайты, перепрокинут путь.
  • Loading branch information
AmShegars committed Oct 31, 2023
1 parent aaa19ce commit 02ee005
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified icons/mecha/mech_equipment.dmi
Binary file not shown.
Binary file modified icons/mecha/mech_weapon_overlays.dmi
Binary file not shown.
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 02ee005

Please sign in to comment.