CleanroomMC / BetterQuesting

Forked BetterQuesting with many new features and optimizations
MIT License
10 stars 21 forks source link

add SECRET visibility and make it and HIDDEN invisible in view mode #47

Closed WaitingIdly closed 2 years ago

WaitingIdly commented 2 years ago

https://github.com/GTNewHorizons/BetterQuesting/pull/40

ALongStringOfNumbers commented 2 years ago

Hidden should not be invisible when view mode is active, as that defeats the entire purpose of view mode.

One major use of view mode is to see hidden quests coming up in the quest line that the player is progressing through, so that the players can look at what is coming and prepare.

A new Secret visibility for stuff that should be hidden from view mode is fine, but Hidden should stay visible for view mode

WaitingIdly commented 2 years ago

Due to #73 being merged, this negates the need for the addition of SECRET (and change to HIDDEN)