Mech Riot SMG Burstfire Fix (#21356)

<img width="504" height="112" alt="image"
src="https://github.com/user-attachments/assets/e95708f0-958c-4dfa-b131-b64db1b559a5"
/>

This PR fixes an issue where the mech "Riot SMG" could not be toggled
into burst fire mode.
This commit is contained in:
VMSolidus
2025-09-15 12:00:22 +00:00
committed by GitHub
parent ec5c8ceb10
commit f0c1388eae
3 changed files with 6 additions and 2 deletions
@@ -45,7 +45,7 @@
icon_state = "mecha_ballistic"
holding_type = /obj/item/gun/energy/mountedsmg/mech
/obj/item/mecha_equipment/mounted_system/combat/smg_ltl
/obj/item/mecha_equipment/mounted_system/combat/smg/ltl
name = "mounted riot submachinegun"
desc = "An exosuit-mounted automatic weapon that has been modified to fire rubber ammunition for riot control. Handle with care."
icon_state = "mecha_ballistic_ltl"
@@ -28,7 +28,7 @@
/datum/design/item/mechfab/exosuit_equipment/uac_ltl
name = "Mounted Riot Submachine Gun"
req_tech = list(TECH_COMBAT = 2)
build_path = /obj/item/mecha_equipment/mounted_system/combat/smg_ltl
build_path = /obj/item/mecha_equipment/mounted_system/combat/smg/ltl
/datum/design/item/mechfab/exosuit_equipment/plasma
name = "Mounted Plasma Cutter"