diff options
Diffstat (limited to 'npc/items')
-rw-r--r-- | npc/items/croconut.txt | 4 | ||||
-rw-r--r-- | npc/items/oldbook.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/npc/items/croconut.txt b/npc/items/croconut.txt index 1273976c..b41d8e82 100644 --- a/npc/items/croconut.txt +++ b/npc/items/croconut.txt @@ -6,8 +6,8 @@ // Allows to cut a Croconut in multiple parts. // // Possible choices for L_Weapon: -// rif(countitem(35xx, 1), l(getitemname("xx"))), l_Weak, -// rif(countitem(35yy, 1), l(getitemname("yy"))), l_Good, +// rif(countitem(35xx, 1), l(getitemname("xx"))), L_Weak, +// rif(countitem(35yy, 1), l(getitemname("yy"))), L_Good, 000-2-1.gat,0,0,0 script Croconut 0,{ close; diff --git a/npc/items/oldbook.txt b/npc/items/oldbook.txt index 679beb56..6d79f254 100644 --- a/npc/items/oldbook.txt +++ b/npc/items/oldbook.txt @@ -15,12 +15,12 @@ OnUse: next; menu - l("Yes."), l_Read, + l("Yes."), L_Read, l("No."), -; close; -l_Read: +L_Read: mes ""; mes l("Aemil is a magnificent world unknown to us all."); next; |