diff options
author | Alige <aligetmw@hotmail.fr> | 2012-12-03 03:51:16 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-12-03 03:51:16 +0400 |
commit | e784c138d15bf4adaa8d42908ee9b80d833750ad (patch) | |
tree | 619f503b96301b6e1e89887ef35fd861c3548fd6 /npc | |
parent | 00ad184023e525a7debf10f97c6f8f83e10dd7d7 (diff) | |
download | serverdata-e784c138d15bf4adaa8d42908ee9b80d833750ad.tar.gz serverdata-e784c138d15bf4adaa8d42908ee9b80d833750ad.tar.bz2 serverdata-e784c138d15bf4adaa8d42908ee9b80d833750ad.tar.xz serverdata-e784c138d15bf4adaa8d42908ee9b80d833750ad.zip |
Removed unecessary lines.
Thanks to Reid for the work she did on the inventory check function.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/alige.txt | 9 | ||||
-rw-r--r-- | npc/000-2-1/chefgado.txt | 1 |
2 files changed, 0 insertions, 10 deletions
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt index 2505ed24..ee39139d 100644 --- a/npc/000-2-1/alige.txt +++ b/npc/000-2-1/alige.txt @@ -181,15 +181,6 @@ l_GiveReward: getitem "Piberries", rand(1,3); close; -l_Inventory: - mes "";
- mesn;
- mesq l("It looks like you can't carry anything else for now.");
- next;
- mesq l("You should come back when you'll have some free space.");
- - close; - l_NoReward: mes ""; mesn; diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt index 2d084e76..df704841 100644 --- a/npc/000-2-1/chefgado.txt +++ b/npc/000-2-1/chefgado.txt @@ -117,7 +117,6 @@ l_GotAll: next; mesq l("Done. Here, take it! Now here is the plan. Go talk with her and offer our beautiful lady a bite of her arrogance!"); - getitem "PoisonedDish", 1; close; |