Skip to content

Commit

Permalink
[MetaStation] Chefs can now toggle the counter shutters (tgstation#75342
Browse files Browse the repository at this point in the history
)

## About The Pull Request
Title.

## Why It's Good For The Game
Between tgstation#74653 and tgstation#75098 (not sure who did it) there was just a generic
EAST button near the food processor, and the shutters couldn't be closed
presumably (the ones on the counter). Accidents happen!

Saw this downstream while I was remapping something.

## Changelog

:cl: Jolly
fix: [MetaStation] Chefs may now brutally murder- I mean deny service to
the station patrons once again, the shutters over the counter may now be
closed once again.
/:cl:
  • Loading branch information
Jolly-66 authored May 13, 2023
1 parent 2666b5d commit bce8dd9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _maps/map_files/MetaStation/MetaStation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -52047,7 +52047,11 @@
/turf/open/floor/iron,
/area/station/hallway/primary/central)
"sEx" = (
/obj/machinery/button/door/directional/east,
/obj/machinery/button/door/directional/east{
id = "kitchen_counter";
name = "Kitchen Counter Shutters Control";
req_access = list("kitchen")
},
/obj/structure/table,
/obj/machinery/processor{
pixel_y = 12
Expand Down

0 comments on commit bce8dd9

Please sign in to comment.