diff options
author | Reid <reidyaro@gmail.com> | 2012-10-17 20:59:22 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-10-17 20:59:22 +0200 |
commit | a1313b12635c8acd741e37d33c3cc1aa70a7f4f1 (patch) | |
tree | a6c5afe2f7981de6e06e69eba5850b6e9513a9c0 | |
parent | 1e895b340ccf86e7f9d60b78add85d7f90b8c7e2 (diff) | |
download | serverdata-a1313b12635c8acd741e37d33c3cc1aa70a7f4f1.tar.gz serverdata-a1313b12635c8acd741e37d33c3cc1aa70a7f4f1.tar.bz2 serverdata-a1313b12635c8acd741e37d33c3cc1aa70a7f4f1.tar.xz serverdata-a1313b12635c8acd741e37d33c3cc1aa70a7f4f1.zip |
Change order of delitem and setq on gugli script.
-rw-r--r-- | npc/000-1/gugli.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt index d0194bde..cd8ff1e4 100644 --- a/npc/000-1/gugli.txt +++ b/npc/000-1/gugli.txt @@ -135,10 +135,10 @@ l_Lean: close; l_TaskDone: - setq ShipQuests_Gugli, 2; if (countitem("AquadaBox") > 1) delitem "AquadaBox", 2; if (countitem("CroconutBox") > 1) delitem "CroconutBox", 2; if (countitem("PlushroomBox") > 1) delitem "PlushroomBox", 2; + setq ShipQuests_Gugli, 2; mesq l("Well done! Now the ship is ready to sail again!"); next; |