From 8cb735e97ba90f585a8832da4e9afc30e50f4a2f Mon Sep 17 00:00:00 2001 From: Elizabeth Lavenza Date: Tue, 16 Apr 2024 02:10:37 -0400 Subject: [PATCH] Fix SPLURT-specific gun overlay --- .../code/modules/projectiles/guns/ballistic/shotgun.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/modular_splurt/code/modules/projectiles/guns/ballistic/shotgun.dm b/modular_splurt/code/modules/projectiles/guns/ballistic/shotgun.dm index 3e706432fc..7353f80174 100644 --- a/modular_splurt/code/modules/projectiles/guns/ballistic/shotgun.dm +++ b/modular_splurt/code/modules/projectiles/guns/ballistic/shotgun.dm @@ -132,6 +132,7 @@ weapon_weight = WEAPON_MEDIUM fire_sound = 'sound/weapons/gunshotshotgunshot.ogg' mag_type = /obj/item/ammo_box/magazine/rrcmag + automatic_burst_overlay = FALSE /obj/item/gun/ballistic/shotgun/eshotgun name = "Energy Shotgun"