fixes the museum cafeteria puzzle and some other things related to the museum (#88287)

## About The Pull Request

the dotted color board was missing a color for the 10th digit, and
orange and brown were not valid byond colors (damn you ghommie)
fake scrubbers and vents use the correct layer and plane
you may no longer deconstruct indestructible windows
you can no longer push indestructible grilles and robust windows if you
have a strong move force

step teleporters may not teleport abstract objects or mirage holders
(due to init shenanigans this sometimes teleported a mirage holder
messing the visuals up)

## Why It's Good For The Game

bug bad also i didnt make these bugs ok

## Changelog
🆑
fix: fixed the museum password puzzle (to the cafeteria), and the
scrubbers and vents there now look correctly (also fixed a rare visual
bug)
fix: it is now harder to bypass indestructible windows and grilles
(those are placed there for a reason, you know!)
/🆑
This commit is contained in:
jimmyl
2024-12-01 13:39:29 +01:00
committed by GitHub
parent a7bf1d73fb
commit 25c616e353
6 changed files with 23 additions and 22 deletions
@@ -77,16 +77,16 @@
name = /obj/machinery/atmospherics/components/unary/vent_scrubber::name
desc = /obj/machinery/atmospherics/components/unary/vent_scrubber::desc
icon = /obj/machinery/atmospherics/components/unary/vent_scrubber::icon
layer = /obj/machinery/atmospherics/components/unary/vent_scrubber::layer
plane = /obj/machinery/atmospherics/components/unary/vent_scrubber::plane
layer = ABOVE_OPEN_TURF_LAYER
plane = FLOOR_PLANE
icon_state = "scrub_on"
/obj/structure/fluff/fake_vent
name = /obj/machinery/atmospherics/components/unary/vent_pump::name
desc = /obj/machinery/atmospherics/components/unary/vent_pump::desc
icon = /obj/machinery/atmospherics/components/unary/vent_pump::icon
layer = /obj/machinery/atmospherics/components/unary/vent_pump::layer
plane = /obj/machinery/atmospherics/components/unary/vent_pump::plane
layer = ABOVE_OPEN_TURF_LAYER
plane = FLOOR_PLANE
icon_state = "vent_out"
/turf/open/mirage