diff options
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; |