mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Fixes the detective office shutters on icebox (#90184)
## About The Pull Request Fixes the det's shutters on icebox ## Why It's Good For The Game broken = bad ## Changelog 🆑 fix: Fixes the det's shutters on icebox /🆑
This commit is contained in:
@@ -22439,7 +22439,7 @@
|
||||
/area/mine/living_quarters)
|
||||
"gpt" = (
|
||||
/obj/machinery/button/door/directional/east{
|
||||
id = "kanyewest";
|
||||
id = "detShutter";
|
||||
name = "Privacy Shutters"
|
||||
},
|
||||
/obj/structure/chair/office{
|
||||
@@ -82448,7 +82448,7 @@
|
||||
/obj/effect/spawner/structure/window/reinforced,
|
||||
/obj/machinery/door/poddoor/shutters/preopen{
|
||||
dir = 4;
|
||||
id = "rd_office_shutters";
|
||||
id = "detShutter";
|
||||
name = "Privacy Shutters"
|
||||
},
|
||||
/obj/structure/cable,
|
||||
|
||||
Reference in New Issue
Block a user