diff options
Diffstat (limited to 'npc/003-10')
-rw-r--r-- | npc/003-10/officer.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-10/officer.txt b/npc/003-10/officer.txt index fad85045a..35675b9c3 100644 --- a/npc/003-10/officer.txt +++ b/npc/003-10/officer.txt @@ -27,7 +27,7 @@ mes ""; select rif(countitem(RawLog) >= 30, l("Here they are!")), - l("Not now..."); + l("Maybe later."); mes ""; if (@menu == 1) { delitem RawLog, 30; |