added throwing

This commit is contained in:
2024-07-17 21:39:10 -04:00
parent ea381c24f6
commit dbae34e3a2
10 changed files with 258 additions and 37 deletions

View File

@ -154,6 +154,7 @@ game_result game::run() {
case unknown:
case fine:
case applied_nothing:
case inventory:
return {in_game, ""};
default: