diff options
Diffstat (limited to 'npc/001-2-0/resa.txt')
-rw-r--r-- | npc/001-2-0/resa.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/001-2-0/resa.txt b/npc/001-2-0/resa.txt index 4cb66bdf..1530c861 100644 --- a/npc/001-2-0/resa.txt +++ b/npc/001-2-0/resa.txt @@ -28,7 +28,7 @@ function enora_quest { speech S_FIRST_BLANK_LINE | S_LAST_NEXT, l("I thought that she would never come to pick it up!"), - l("Here it is, a fashionable @@.", getitemlink (ArtisTankTop, CamelCottonDye)), + l("Here it is, a fashionable @@.", getitemlink(ArtisTankTop, CamelCottonDye)), l("I asked Calypsan to dye this tank top, now it has an unique look!"); narrator S_LAST_NEXT, l("You pick up the package."); @@ -44,9 +44,9 @@ do { - .@enora = getq (ArtisQuests_Enora); + .@enora = getq(ArtisQuests_Enora); select - rif (.@enora == 5, lg("I came to retrieve a package for Enora.")), + rif(.@enora == 5, lg("I came to retrieve a package for Enora.")), menuaction(l("Trade")), l("How can I improve my equipment?"), menuaction(l("Quit")); |