diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2011-06-02 19:12:40 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-06-02 20:10:03 -0700 |
commit | c5e76820b1605d85faf6b635dd1f9e3ce5e811ce (patch) | |
tree | 052db8a105c3046e772bbe7e5dbce5e81579e183 /npc/003-1/stranger.txt | |
parent | bc2c0112d83edf1d64b3d5db90ee94c72134160f (diff) | |
download | serverdata-c5e76820b1605d85faf6b635dd1f9e3ce5e811ce.tar.gz serverdata-c5e76820b1605d85faf6b635dd1f9e3ce5e811ce.tar.bz2 serverdata-c5e76820b1605d85faf6b635dd1f9e3ce5e811ce.tar.xz serverdata-c5e76820b1605d85faf6b635dd1f9e3ce5e811ce.zip |
Remove brackets around item names
Diffstat (limited to 'npc/003-1/stranger.txt')
-rw-r--r-- | npc/003-1/stranger.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/stranger.txt b/npc/003-1/stranger.txt index 9bc6d47d..251f1b1c 100644 --- a/npc/003-1/stranger.txt +++ b/npc/003-1/stranger.txt @@ -20,7 +20,7 @@ next; mes "\"I need some materials to repair my spacesh- ahm, it's not important why I need it.\""; next; - mes "\"Anyway, I'd be really happy if you can give me " + @IRONINGOT + " [Iron Ingot]s and " + @PINKANTENNA + " [Pink Antenna]s.\""; + mes "\"Anyway, I'd be really happy if you can give me " + @IRONINGOT + " Iron Ingots and " + @PINKANTENNA + " Pink Antennas.\""; next; mes "\"Do you have that for me?\""; menu |