diff options
author | Alige <aligetmw@hotmail.fr> | 2012-12-26 11:17:06 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-12-26 11:17:06 +0400 |
commit | d65db0bfbbf7df6593429946b950f36dcc53170d (patch) | |
tree | 71eb61b0cc44294365ddb654e31bd79a6346271b | |
parent | 647db0a9a8100f9e9716b1399521d8b999ec146c (diff) | |
download | serverdata-d65db0bfbbf7df6593429946b950f36dcc53170d.tar.gz serverdata-d65db0bfbbf7df6593429946b950f36dcc53170d.tar.bz2 serverdata-d65db0bfbbf7df6593429946b950f36dcc53170d.tar.xz serverdata-d65db0bfbbf7df6593429946b950f36dcc53170d.zip |
Inconsistency in a menu in arpan's script.
-rw-r--r-- | npc/000-2-1/arpan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt index cbc9ee1a..f3883662 100644 --- a/npc/000-2-1/arpan.txt +++ b/npc/000-2-1/arpan.txt @@ -147,7 +147,7 @@ l_Menu: l("Who are you?"), l_Who, rif(getq(ShipQuests_ArpanMoney) == 0, l("Where are my old clothes?")), l_WhereOldClothes, rif(!@equipped, lg("What should I do after taking these clothes?")), l_WhatCloth, - rif(!@equipped, l("Thank you, I'll take them."), l("Nothing, sorry.")), l_Quit; + rif(!@equipped, l("Thank you, I'll take them and put them on."), l("Nothing, sorry.")), l_Quit; close; l_Where: |