diff options
Diffstat (limited to 'npc/cities/lighthalzen.txt')
-rw-r--r-- | npc/cities/lighthalzen.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/cities/lighthalzen.txt b/npc/cities/lighthalzen.txt index c03c2c2d0..49fc9f60b 100644 --- a/npc/cities/lighthalzen.txt +++ b/npc/cities/lighthalzen.txt @@ -1050,7 +1050,7 @@ lighthalzen.gat,312,234,2 script Beggar 777,{ mes "Would you give me";
mes "some money?";
next;
- if(select("Give him some money.:Ignore him.")==2){
+ if(select("Give him some money.:Ignore him.")==2 || @menu == 255){
mes "[" + strcharinfo(0) + "]";
mes "...";
mes "......";
|