Skip to content

Commit

Permalink
Adds Cardboard Boxes To Squad Rooms (#5930)
Browse files Browse the repository at this point in the history
# About the pull request

Adds some cardboard boxes to the squad prep rooms. 

# Explain why it's good for the game

Small quality of life boon for proactive Marines wishing to make ammo
boxes for the FOB, frontline or personal use.

Adds four stacks of boxes inside the squad prep areas. Each stack
contains 10 units, though the Bravo one has 30.

No balance implications as boxes are free to make from empty shotgun
shell boxes.


# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
maptweak: Adds several cardboard box spawns in to squad prep rooms. 
/:cl:

---------

Co-authored-by: Steelpoint <[email protected]>
  • Loading branch information
Steelpoint and Steelpoint authored Mar 20, 2024
1 parent 33b7a8b commit 5790cf2
Showing 1 changed file with 28 additions and 4 deletions.
32 changes: 28 additions & 4 deletions maps/map_files/USS_Almayer/USS_Almayer.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -24000,7 +24000,13 @@
/obj/structure/surface/table/reinforced/prison,
/obj/item/device/camera_film{
pixel_x = 4;
pixel_y = -2
pixel_y = 1;
layer = 3.03
},
/obj/item/stack/sheet/cardboard/small_stack{
pixel_x = -5;
pixel_y = 3;
layer = 3.02
},
/turf/open/floor/almayer,
/area/almayer/squads/charlie_delta_shared)
Expand Down Expand Up @@ -26074,7 +26080,15 @@
pixel_x = -1;
pixel_y = 10
},
/obj/item/stack/cable_coil,
/obj/item/stack/cable_coil{
pixel_y = 1;
pixel_x = 8
},
/obj/item/stack/sheet/cardboard/small_stack{
pixel_y = 2;
pixel_x = -3;
layer = 3.01
},
/turf/open/floor/almayer,
/area/almayer/squads/alpha_bravo_shared)
"eGq" = (
Expand Down Expand Up @@ -67388,7 +67402,11 @@
"teu" = (
/obj/structure/surface/table/reinforced/prison,
/obj/item/weapon/gun/shotgun/pump{
starting_attachment_types = list(/obj/item/attachable/stock/shotgun)
starting_attachment_types = list(/obj/item/attachable/stock/shotgun);
pixel_y = 9
},
/obj/item/stack/sheet/cardboard/small_stack{
layer = 3.01
},
/turf/open/floor/almayer,
/area/almayer/squads/charlie_delta_shared)
Expand Down Expand Up @@ -71990,7 +72008,13 @@
desc = "A large handheld tool used to override various machine functions. Primarily used to pulse Airlock and APC wires on a shortwave frequency. It contains a small data buffer as well. This one is comically oversized. Made in Texas.";
icon_state = "multitool_big";
name = "\improper Oversized Security Access Tuner";
pixel_y = 8
pixel_y = 11;
pixel_x = 4
},
/obj/item/stack/sheet/cardboard/medium_stack{
pixel_y = -6;
pixel_x = -7;
layer = 3.01
},
/turf/open/floor/almayer,
/area/almayer/squads/alpha_bravo_shared)
Expand Down

0 comments on commit 5790cf2

Please sign in to comment.