From aaef0c5556e2ae6f6caf8b9739f7214072caffbc Mon Sep 17 00:00:00 2001 From: Casey Date: Sun, 16 Oct 2022 17:06:12 -0400 Subject: [PATCH 1/2] Merge pull request #13916 from VOREStation/upstream-merge-8751 [MIRROR] Fixes overlooked invisible spawner when mapping --- code/game/objects/random/guns_and_ammo.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/objects/random/guns_and_ammo.dm b/code/game/objects/random/guns_and_ammo.dm index 9d6053336d..96184919da 100644 --- a/code/game/objects/random/guns_and_ammo.dm +++ b/code/game/objects/random/guns_and_ammo.dm @@ -507,7 +507,6 @@ /obj/random/projectile/scrapped_gun name = "broken gun spawner" desc = "Spawns a random broken gun, or rarely a fully functional one." - icon = 'icons/obj/gun.dmi' icon_state = "gun_scrap" /obj/random/projectile/scrapped_gun/item_to_spawn()