Error message in debug tutorial is not shown #2227
Labels
Bug
The observed behaviour is incorrect or unexpected.
C-Moderate Effort
Should take a moderate amount of time to address.
S-Critical
This is an issue that seriously affects playability or user experience.
T-Tutorial
Involves the tutorial experience for new players.
T-UI
Involves the user interface.
Z-User Experience
This issue seeks to make the game more enjoyable to play.
Describe the bug
In the "Debug" tutorial you are instructed to crash a robot deliberately. When you do, no error message is displayed.
To Reproduce
swarm -i Tutorials/crash
r <- build {turn right; move; move; move; move}; view r
Expected behavior
A bunch of log messages are shown, but the error message should be shown as well.
Screenshots
Additional context
This issue was first reported by
ChucklesTheBeard
on Discord.An error message is generated saying "There's a mountain in the way", but since the tutorial generates a log message immediately after that, the error message is suppressed due to #1877. Some ideas discussed on Discord:
The text was updated successfully, but these errors were encountered: