Skip to content

Commit

Permalink
Adds Pizza to Requisitions (#4998)
Browse files Browse the repository at this point in the history
# About the pull request

Adds a box of pizza and a replica of PIZZA TIME to Requisitions.

# Explain why it's good for the game

I miss the days of Requisitions having pizza... I also miss PIZZA
TIME...

# Testing Photographs and Procedure


![image](https://github.com/cmss13-devs/cmss13/assets/31109792/f8862ccc-56d0-4e22-8dfa-953f04440483)

# Changelog

:cl:
add: Added pizza and pizza cutter to Req
del: Deleted a random kepler crisps bag
/:cl:
  • Loading branch information
HeresKozmos authored Nov 24, 2023
1 parent 323e9f5 commit 8e711c0
Showing 1 changed file with 20 additions and 12 deletions.
32 changes: 20 additions & 12 deletions maps/map_files/USS_Almayer/USS_Almayer.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -64391,17 +64391,24 @@
/area/almayer/engineering/upper_engineering/port)
"rDe" = (
/obj/structure/surface/table/almayer,
/obj/item/reagent_container/food/snacks/kepler_crisps{
/obj/structure/sign/safety/cryo{
pixel_x = 8;
pixel_y = 4
pixel_y = 33
},
/obj/item/toy/deck{
pixel_x = -4;
pixel_y = 1
pixel_y = 10
},
/obj/structure/sign/safety/cryo{
pixel_x = 8;
pixel_y = 33
/obj/item/reagent_container/food/drinks/cans/souto/diet/cherry{
pixel_x = 9;
pixel_y = 12
},
/obj/item/ashtray/plastic{
pixel_y = -4
},
/obj/item/trash/cigbutt{
pixel_x = 1;
pixel_y = 5
},
/turf/open/floor/almayer{
dir = 6;
Expand Down Expand Up @@ -72487,14 +72494,15 @@
/area/almayer/hallways/stern_hallway)
"uWI" = (
/obj/structure/surface/table/almayer,
/obj/item/ashtray/plastic,
/obj/item/trash/cigbutt{
pixel_x = 1;
/obj/item/pizzabox/margherita{
pixel_y = 8
},
/obj/item/reagent_container/food/drinks/cans/souto/diet/cherry{
pixel_x = -9;
pixel_y = 12
/obj/item/weapon/pizza_cutter{
force = 20;
name = "\improper Replica PIZZA TIME";
desc = "A cheap replica of the fabled PIZZA TIME novelty pizza cutter, this one is not as sharp as the original which legends said could slice any pizza....";
pixel_x = -6;
pixel_y = 8
},
/turf/open/floor/almayer{
dir = 1;
Expand Down

0 comments on commit 8e711c0

Please sign in to comment.