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

Commit

Permalink
[FEAT] Slugs are Gone (#215)
Browse files Browse the repository at this point in the history
Co-authored-by: Furior <68264134+Furrior@users.noreply.github.com>
  • Loading branch information
larentoun and Furrior committed Jul 18, 2023
1 parent e5a7fff commit cefb636
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 14 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
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

0 comments on commit cefb636

Please sign in to comment.