diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-01 22:40:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-01 22:40:32 -0300 |
commit | 7812ed1bc4c814ebf7d0c4154e7a2c658097e1a0 (patch) | |
tree | 81c4befe4bd85b63a2246910f235ce661d15de37 /npc | |
parent | 24fd7b069400463e58e9c80a8ccc4b01c88332c0 (diff) | |
download | serverdata-7812ed1bc4c814ebf7d0c4154e7a2c658097e1a0.tar.gz serverdata-7812ed1bc4c814ebf7d0c4154e7a2c658097e1a0.tar.bz2 serverdata-7812ed1bc4c814ebf7d0c4154e7a2c658097e1a0.tar.xz serverdata-7812ed1bc4c814ebf7d0c4154e7a2c658097e1a0.zip |
*kicks rif*
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; |