diff options
Diffstat (limited to 'npc/017-3')
-rw-r--r-- | npc/017-3/gambler.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/017-3/gambler.txt b/npc/017-3/gambler.txt index 5f914ea7a..7d5c848ae 100644 --- a/npc/017-3/gambler.txt +++ b/npc/017-3/gambler.txt @@ -107,6 +107,7 @@ L_Sequence: // Correct! } mes ""; + showavatar AVATAR_SEQBOARD_WELL; // Seems like everything is/was correct mesn; @@ -135,6 +136,7 @@ L_Sequence: goto L_Close; L_Wrong: + showavatar AVATAR_SEQBOARD_FAIL; mesn; mesq l("Oh no... That is wrong! %%3"); next; |