diff options
author | Stefan Dombrowski <stefan@uni-bonn.de> | 2012-01-16 22:12:16 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-01-17 20:04:43 +0100 |
commit | af937c6f932cdea5b56f0ee7c4976c7706e986a8 (patch) | |
tree | 1863e9bc227dbcaf9e8192df2e30d6643aba47e2 /world/map/npc/033-1/birrod.txt | |
parent | 589f8f9ec044dd8ee00fb01f6e5e1206d0f716e4 (diff) | |
download | serverdata-af937c6f932cdea5b56f0ee7c4976c7706e986a8.tar.gz serverdata-af937c6f932cdea5b56f0ee7c4976c7706e986a8.tar.bz2 serverdata-af937c6f932cdea5b56f0ee7c4976c7706e986a8.tar.xz serverdata-af937c6f932cdea5b56f0ee7c4976c7706e986a8.zip |
Some fixes to the Barbarian quests
Diffstat (limited to 'world/map/npc/033-1/birrod.txt')
-rw-r--r-- | world/map/npc/033-1/birrod.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/033-1/birrod.txt b/world/map/npc/033-1/birrod.txt index df541727..5bcd4f96 100644 --- a/world/map/npc/033-1/birrod.txt +++ b/world/map/npc/033-1/birrod.txt @@ -46,11 +46,11 @@ L_Hunting: mes "\"Hello, " + strcharinfo(0) + "! Would you like to prove your hunting skills again?\""; next; mes "\"I noticed some groups of wolverns in the forest west of here which are unusually aggressive."; - mes "This makes dangerous to all the small people from the town nearby to go there.\""; + mes "This makes it dangerous for all the small people from the town nearby to go there.\""; next; mes "\"To prove your skills, go to the forest and hunt down " + @wolvern_amount + " of the very aggressive wolverns.\""; next; - mes "\"There are also some wolverns that behave normally attacking you when you come to close to them."; + mes "\"There are also some wolverns that behave normally and attack you only when you come too close to them."; mes "Those are not the ones I mean, but those that seek the battle themselves.\""; set @state, 4; callsub S_Update_Mask; @@ -120,7 +120,7 @@ L_Success11: "Try to hold them back until everyone is safe, then retreat.",L_Success21; L_Fail21: mes "[Birrod]"; - mes "\"You will never get a accepted member of our tribe with that attitude.\""; + mes "\"You will never become an accepted member of our tribe with that attitude.\""; next; goto L_No_Member; L_Fail22: |