diff --git a/_maps/map_files/Delta/delta.dmm b/_maps/map_files/Delta/delta.dmm index 25149e15083..63243c06b0c 100644 --- a/_maps/map_files/Delta/delta.dmm +++ b/_maps/map_files/Delta/delta.dmm @@ -117967,10 +117967,6 @@ /obj/item/storage/box/buck{ pixel_y = 3 }, -/obj/item/storage/box/slug{ - pixel_x = -3; - pixel_y = 6 - }, /obj/machinery/camera{ c_tag = "Secure Armory East"; dir = 8; diff --git a/_maps/map_files/cerestation/cerestation.dmm b/_maps/map_files/cerestation/cerestation.dmm index f44f364b302..b5dfd012f66 100644 --- a/_maps/map_files/cerestation/cerestation.dmm +++ b/_maps/map_files/cerestation/cerestation.dmm @@ -15489,10 +15489,6 @@ dir = 1; layer = 2.9 }, -/obj/item/storage/box/slug{ - pixel_x = -3; - pixel_y = 6 - }, /obj/item/storage/box/buck{ pixel_y = 3 }, diff --git a/_maps/map_files/cyberiad/cyberiad.dmm b/_maps/map_files/cyberiad/cyberiad.dmm index 944557f2e02..4958c1a19f4 100644 --- a/_maps/map_files/cyberiad/cyberiad.dmm +++ b/_maps/map_files/cyberiad/cyberiad.dmm @@ -57852,10 +57852,6 @@ /obj/item/storage/box/buck{ pixel_y = 3 }, -/obj/item/storage/box/slug{ - pixel_x = -3; - pixel_y = 6 - }, /obj/structure/window/reinforced{ dir = 1 }, diff --git a/code/datums/supplypacks.dm b/code/datums/supplypacks.dm index 195f6aa1bf0..381fdd9e3ce 100644 --- a/code/datums/supplypacks.dm +++ b/code/datums/supplypacks.dm @@ -467,17 +467,6 @@ GLOBAL_LIST_INIT(all_supply_groups, list(SUPPLY_EMERGENCY,SUPPLY_SECURITY,SUPPLY cost = 45 containername = "buckshot ammo crate" -/datum/supply_packs/security/armory/slugammo - name = "Slug Ammo Crate" - contains = list(/obj/item/ammo_box/shotgun, - /obj/item/storage/box/slug, - /obj/item/storage/box/slug, - /obj/item/storage/box/slug, - /obj/item/storage/box/slug, - /obj/item/storage/box/slug) - cost = 45 - containername = "slug ammo crate" - /datum/supply_packs/security/armory/expenergy name = "Energy Guns Crate" contains = list(/obj/item/gun/energy/gun, diff --git a/code/modules/research/designs/autolathe_designs.dm b/code/modules/research/designs/autolathe_designs.dm index e15cab733fe..c5d48c8cb2e 100644 --- a/code/modules/research/designs/autolathe_designs.dm +++ b/code/modules/research/designs/autolathe_designs.dm @@ -808,14 +808,6 @@ build_path = /obj/item/weaponcrafting/receiver category = list("hacked", "Security") -/datum/design/shotgun_slug - name = "Shotgun Slug" - id = "shotgun_slug" - build_type = AUTOLATHE - materials = list(MAT_METAL = 4000) - build_path = /obj/item/ammo_casing/shotgun - category = list("hacked", "Security") - /datum/design/sp8box name = "Ammo Box (40n&r)" id = "fortynrbox"