From 30a79641dbaf51f4113de05edc614f4ee74b0420 Mon Sep 17 00:00:00 2001 From: Max-023 Date: Fri, 23 Aug 2024 21:47:45 -0400 Subject: [PATCH] Fix --- code/game/objects/effects/landmarks/item_pool.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/game/objects/effects/landmarks/item_pool.dm b/code/game/objects/effects/landmarks/item_pool.dm index e01a6bbc3f..9a39a5cf59 100644 --- a/code/game/objects/effects/landmarks/item_pool.dm +++ b/code/game/objects/effects/landmarks/item_pool.dm @@ -41,3 +41,7 @@ /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot icon_state = "ipool_bubshot" type_to_spawn = /obj/item/ammo_magazine/shotgun/buckshot + +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot/upp + icon_state = "ipool_bubshot" + type_to_spawn = /obj/item/ammo_magazine/handful/shotgun/heavy/buckshot