diff --git a/adventure.yaml b/adventure.yaml index e7ff38b..efe2f43 100644 --- a/adventure.yaml +++ b/adventure.yaml @@ -128,7 +128,7 @@ motions: !!omap - MOT_0: words: !!null -- MOT_1: +- HERE: words: !!null - MOT_2: words: ['road', 'hill'] diff --git a/main.c b/main.c index 72c40f3..4a92f00 100644 --- a/main.c +++ b/main.c @@ -995,7 +995,7 @@ static bool do_command() rspeak(TAME_BEAR); speak(msg); if (FORCED(game.loc)) { - if (playermove(MOT_1)) + if (playermove(HERE)) return true; else continue; /* back to top of main interpreter loop */