diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-01 22:38:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-01 22:38:47 -0300 |
commit | 24fd7b069400463e58e9c80a8ccc4b01c88332c0 (patch) | |
tree | 58547972b6ef84954bdc4e16948a07638b757808 /npc/012-1/jack.txt | |
parent | bfe4c35a6d696fca720e849c8b2c97222e89258f (diff) | |
download | serverdata-24fd7b069400463e58e9c80a8ccc4b01c88332c0.tar.gz serverdata-24fd7b069400463e58e9c80a8ccc4b01c88332c0.tar.bz2 serverdata-24fd7b069400463e58e9c80a8ccc4b01c88332c0.tar.xz serverdata-24fd7b069400463e58e9c80a8ccc4b01c88332c0.zip |
Bugfixes
Diffstat (limited to 'npc/012-1/jack.txt')
-rw-r--r-- | npc/012-1/jack.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-1/jack.txt b/npc/012-1/jack.txt index 3e5ca7845..89af3e614 100644 --- a/npc/012-1/jack.txt +++ b/npc/012-1/jack.txt @@ -14,7 +14,7 @@ mesq l("Hello there! I'm Jack, the Lumberjack, and enemy of all trees. If you need some firewood, just let me know."); select l("Nothing at the moment, thanks."), - rif(.@q1 == 1, l("I need a sturdy wood piece for a Forest Bow."); + rif(.@q1 == 1, l("I need a sturdy wood piece for a Forest Bow.")); switch (@menu) { case 1: |