From 3445e5ace4bc5349000cb30b27b4617b48ec4119 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 13 Sep 2025 11:05:13 -0400 Subject: Add anti-collectable location --- data/maps/the_repetitive/doors.txtpb | 6 ++++++ data/maps/the_repetitive/rooms/Anti Room.txtpb | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'data/maps/the_repetitive') diff --git a/data/maps/the_repetitive/doors.txtpb b/data/maps/the_repetitive/doors.txtpb index 8171dc4..d964928 100644 --- a/data/maps/the_repetitive/doors.txtpb +++ b/data/maps/the_repetitive/doors.txtpb @@ -194,3 +194,9 @@ doors { panels { room: "Yellow Room" name: "ASSESSES" } panels { room: "Yellow Room" name: "TINTING" } } +doors { + name: "Anti-Collectable" + type: LOCATION_ONLY + senders: "Components/Collectables/anticollectable" + location_room: "Anti Room" +} diff --git a/data/maps/the_repetitive/rooms/Anti Room.txtpb b/data/maps/the_repetitive/rooms/Anti Room.txtpb index 641fede..11e1468 100644 --- a/data/maps/the_repetitive/rooms/Anti Room.txtpb +++ b/data/maps/the_repetitive/rooms/Anti Room.txtpb @@ -1,5 +1,4 @@ name: "Anti Room" -# Ignore the collectible. The mod should remove it and the back wall too. panels { name: "HA (1)" path: "Panels/Entry/panel_7" -- cgit 1.4.1