diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/012-3/alan.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/012-3/alan.txt b/npc/012-3/alan.txt index 3a1af9a16..fc6cdd2c7 100644 --- a/npc/012-3/alan.txt +++ b/npc/012-3/alan.txt @@ -24,8 +24,8 @@ menu l("Ok, thanks."), L_Close, l("I want to trade."), L_Shop, - rif(.@q == 0, l("Do you accept special requests? Could you make me a really good bow?"), L_ForestBow, - rif(.@q == 1 && .@q2 == .@q3 && .@q2 == 99, l("I have the sturdy wood and the string."), L_Craft; + rif(.@q == 0, l("Do you accept special requests? Could you make me a really good bow?")), L_ForestBow, + rif(.@q == 1 && .@q2 == .@q3 && .@q2 == 99, l("I have the sturdy wood and the string.")), L_Craft; L_Shop: openshop; |