summaryrefslogtreecommitdiff
path: root/npc/027-2/husband.txt
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2011-06-02 19:12:40 -0700
committerBen Longbons <b.r.longbons@gmail.com>2011-06-02 20:10:03 -0700
commitc5e76820b1605d85faf6b635dd1f9e3ce5e811ce (patch)
tree052db8a105c3046e772bbe7e5dbce5e81579e183 /npc/027-2/husband.txt
parentbc2c0112d83edf1d64b3d5db90ee94c72134160f (diff)
downloadserverdata-c5e76820b1605d85faf6b635dd1f9e3ce5e811ce.tar.gz
serverdata-c5e76820b1605d85faf6b635dd1f9e3ce5e811ce.tar.bz2
serverdata-c5e76820b1605d85faf6b635dd1f9e3ce5e811ce.tar.xz
serverdata-c5e76820b1605d85faf6b635dd1f9e3ce5e811ce.zip
Remove brackets around item names
Diffstat (limited to 'npc/027-2/husband.txt')
-rw-r--r--npc/027-2/husband.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/027-2/husband.txt b/npc/027-2/husband.txt
index 2ff39f60..fef2bafd 100644
--- a/npc/027-2/husband.txt
+++ b/npc/027-2/husband.txt
@@ -260,14 +260,14 @@ L_News:
mes "[Hamond]";
mes "\"I- I need to apologize.\"";
next;
- mes "\"" + strcharinfo(0) + "! Can you help me once more? Please get " + @RUBY_AMOUNT + " [Ruby]s and bring them to her as a symbol of my love and my remorse.\"";
+ mes "\"" + strcharinfo(0) + "! Can you help me once more? Please get " + @RUBY_AMOUNT + " Rubies and bring them to her as a symbol of my love and my remorse.\"";
set @state, 5;
callsub S_Update_Mask;
close;
L_Waiting:
mes "[Hamond]";
- mes "\"Did you bring Reid the " + @RUBY_AMOUNT + " [Ruby]s?\"";
+ mes "\"Did you bring Reid the " + @RUBY_AMOUNT + " Rubies?\"";
close;
L_Apologize:
@@ -295,9 +295,9 @@ L_Thanks:
L_Not_Enough_B:
if (countitem("Bone") < @BONE_AMOUNT)
- mes "\"I need more [Bone]s than you have with you right now.\"";
+ mes "\"I need more Bones than you have with you right now.\"";
if (countitem("Skull") < @SKULL_AMOUNT)
- mes "\"Maybe you should come back with more [Skull]s than you have now. I don't think it is enough.\"";
+ mes "\"Maybe you should come back with more Skulls than you have now. I don't think it is enough.\"";
close;
L_Not_Enough_Cubes: