diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-07-06 16:53:43 +0200 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-07-06 16:53:43 +0200 |
commit | 39f195b9934f73a5af9c3066fc04501141edeb9c (patch) | |
tree | 31f1c53b462aaaa04f49e98931d8f4cbd4e0ac3e /npc/001-2-26 | |
parent | 435549878eb76e63b1d894d2bf12476b980e511a (diff) | |
download | serverdata-39f195b9934f73a5af9c3066fc04501141edeb9c.tar.gz serverdata-39f195b9934f73a5af9c3066fc04501141edeb9c.tar.bz2 serverdata-39f195b9934f73a5af9c3066fc04501141edeb9c.tar.xz serverdata-39f195b9934f73a5af9c3066fc04501141edeb9c.zip |
Fixed few bugs in NPC scripts:
Changed item IDs to their aegisname
Added missing 's' after @@ when needed
Few other fixes in english
Diffstat (limited to 'npc/001-2-26')
-rw-r--r-- | npc/001-2-26/ivan.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/001-2-26/ivan.txt b/npc/001-2-26/ivan.txt index 00552225..ae559b99 100644 --- a/npc/001-2-26/ivan.txt +++ b/npc/001-2-26/ivan.txt @@ -1,4 +1,3 @@ - // Evol scripts. // Author: // Reid @@ -19,7 +18,7 @@ function enora_quest { speech 5, l("How many? What kind? I can produce two dozen boxes per day."); - select (l("5 Pibberies Infusion.")); + select (l("5 @@s.", getitemlink(PibberiesInfusion))); speech 5, l("5 boxes... Alright, @@ are my speciality!", getitemlink (PibberiesInfusion)), |