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

[FEAT] Slugs are Gone #215

Merged
merged 2 commits into from
Jul 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
1 change: 0 additions & 1 deletion code/datums/supplypacks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +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/expenergy
name = "Energy Guns Crate"
contains = list(/obj/item/gun/energy/gun,
Expand Down
1 change: 0 additions & 1 deletion code/modules/research/designs/autolathe_designs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,6 @@
build_path = /obj/item/weaponcrafting/receiver
category = list("hacked", "Security")


/datum/design/sp8box
name = "Ammo Box (40n&r)"
id = "fortynrbox"
Expand Down
Loading