Fix invalid gun overlays

This commit is contained in:
Elizabeth Lavenza
2024-04-16 01:14:28 -04:00
parent b1f0eb3183
commit 86c1a2eeaa
3 changed files with 3 additions and 0 deletions
@@ -122,6 +122,7 @@
icon_state = "mini-uzi"
mag_type = /obj/item/ammo_box/magazine/uzim9mm
burst_size = 2
automatic_burst_overlay = FALSE
/obj/item/gun/ballistic/automatic/m90
name = "\improper M-90gl Carbine"
@@ -277,6 +278,7 @@
actions_types = list()
spread = 7
pin = /obj/item/firing_pin/implant/pindicate
automatic_burst_overlay = FALSE
var/cover_open = FALSE
/obj/item/gun/ballistic/automatic/l6_saw/Initialize()