Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Commit

Permalink
slugs are gone
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Jul 18, 2023
1 parent 95ea1a9 commit 65e8cbd
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 31 deletions.
4 changes: 0 additions & 4 deletions _maps/map_files/Delta/delta.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 0 additions & 4 deletions _maps/map_files/cerestation/cerestation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down
4 changes: 0 additions & 4 deletions _maps/map_files/cyberiad/cyberiad.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down
11 changes: 0 additions & 11 deletions code/datums/supplypacks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
8 changes: 0 additions & 8 deletions code/modules/research/designs/autolathe_designs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 65e8cbd

Please sign in to comment.