Skip to content

[BUG]: RoomName.HczCheckpointToEntranceZone enum value includes additional rooms #326

@KindaGoodCoder

Description

@KindaGoodCoder

Before You Report

  • I have searched for existing reports of this bug, and this bug report is unique.

Version

1.1.4

Description

Calling Room.Get(RoomName.HczCheckpointToEntranceZone) will include the two long straight hallways after the HCZ -> EZ Checkpoint gate as separate rooms. If these hallways are separate rooms, they should not use the same enum name as the actual checkpoints.

To Reproduce

Call Room.Get(RoomName.HczCheckpointToEntranceZone). The IEnumerable returned will include the two long straight hallways giving a total count of 4.

Expected Behavior

Room.Get(RoomName.HczCheckpointToEntranceZone) should only return the two actual checkpoint rooms and perhaps another enum value should be used for the hallways after the checkpoint.

Additional Information

Outputting the value of every room in Room.Get(RoomName.HczCheckpointToEntranceZone)

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions