surrsurus / edgequest

Edgequest Season Two
Mozilla Public License 2.0
8 stars 1 forks source link

FOV enable / disable messages confused #65

Closed sudo-prime closed 5 years ago

sudo-prime commented 5 years ago

When you disable FOV, the following message is printed: "Your third eye closes, concealing the universe in fog.". This message should instead print when FOV is enabled. The same occurs when enabling FOV - instead of printing the above message, it prints the message associated with opening your third eye.

surrsurus commented 5 years ago

Thanks for reporting. Yeah the relevant code is in Engine, as the engine directly takes control over a lot of the game elements in wizard mode (rightfully so), should be simple fix, but still important to recognize these issues when they come up.

surrsurus commented 5 years ago

9fadfd7 fixes this issue.