Fix invalid gun overlays

This commit is contained in:
Elizabeth Lavenza
2024-04-16 00:47:48 -04:00
parent b1f0eb3183
commit 86c1a2eeaa
3 changed files with 3 additions and 0 deletions

View File

@@ -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()

View File

@@ -187,6 +187,7 @@
ammo_type = list(/obj/item/ammo_casing/energy/gravity/repulse, /obj/item/ammo_casing/energy/gravity/attract, /obj/item/ammo_casing/energy/gravity/chaos)
item_state = "gravity_gun"
icon_state = "gravity_gun"
automatic_charge_overlays = FALSE
var/power = 4
var/firing_core = FALSE

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 42 KiB