From add531a434aca51152f0d9f2df4749c67be712c9 Mon Sep 17 00:00:00 2001 From: Princess Cheeseballs <66055347+Princess-Cheeseballs@users.noreply.github.com> Date: Tue, 23 Sep 2025 03:55:11 -0700 Subject: [PATCH] [HOTFIX] Chameleon projector invisibility (#40509) * GOGOGO * Hotfix * TODO * Update Resources/Prototypes/Entities/Objects/Devices/chameleon_projector.yml --------- Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com> Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- .../Entities/Objects/Devices/chameleon_projector.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Devices/chameleon_projector.yml b/Resources/Prototypes/Entities/Objects/Devices/chameleon_projector.yml index 0aaf48020e..9260574c66 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/chameleon_projector.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/chameleon_projector.yml @@ -15,10 +15,16 @@ tags: - Bot # for funny bot moments blacklist: - components: + components: # TODO: This blacklist should be cut down by a lot once Chameleon Projector code is less buggy. See #40510 - ChameleonDisguise # no becoming kleiner + - Door # no faking doors - MindContainer # no - Pda # PDAs currently make you invisible /!\ + - SubFloorHide # no hiding under the floor + tags: + - Catwalk # Catwalks make you invisible + - Wall # Walls make you invisible + - Window # Windows make you invisible disguiseProto: ChameleonDisguise - type: StaticPrice price: 5000 -- 2.51.2