diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-06-04 17:20:40 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-06-25 16:52:19 +0200 |
commit | 94266c9a68a8eb505ed241557fe9af96301a6180 (patch) | |
tree | f96f007b8b64649c0342dd4626c7b59cbd6d12e0 /npc/quests/skills/wizard_skills.txt | |
parent | 19d6148750b5d64a3526f68cf8eb1c5c5a360df5 (diff) | |
download | hercules-94266c9a68a8eb505ed241557fe9af96301a6180.tar.gz hercules-94266c9a68a8eb505ed241557fe9af96301a6180.tar.bz2 hercules-94266c9a68a8eb505ed241557fe9af96301a6180.tar.xz hercules-94266c9a68a8eb505ed241557fe9af96301a6180.zip |
Removed Blank Messages
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/quests/skills/wizard_skills.txt')
-rw-r--r-- | npc/quests/skills/wizard_skills.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/skills/wizard_skills.txt b/npc/quests/skills/wizard_skills.txt index 3ada09290..da8c4fe61 100644 --- a/npc/quests/skills/wizard_skills.txt +++ b/npc/quests/skills/wizard_skills.txt @@ -100,7 +100,7 @@ gef_tower,115,36,4 script Meow#q_wiz 4_CAT,{ mes "teaching Wizards this new"; mes "skill on behalf of the Wizard"; mes "Guild. Although I don't really"; - mes "want to, I pretty much don't have^FFFFFF ^000000 a choice. So what do you say?"; + mes "want to, I pretty much don't have a choice. So what do you say?"; next; if (select("Nah, I'm too sleepy...:Sure, I'd like to learn a new skill.") == 1) { mes "[Meow]"; @@ -366,7 +366,7 @@ prt_in,82,98,3 script Simon Mayace#q_wiz 1_ETC_01,{ mes "I'm surprised that you chose"; mes "to practice magic: judging"; mes "from your build, I'd say that"; - mes "you'd be well suited to wielding^FFFFFF ^000000 a sword. Haha, but that's just"; + mes "you'd be well suited to wielding a sword. Haha, but that's just"; mes "a humble Knight's opinion."; close; } @@ -416,7 +416,7 @@ prt_in,82,98,3 script Simon Mayace#q_wiz 1_ETC_01,{ mes "pushing as best as I can."; mes "Concentrate and practice the"; mes "theory on your own, and you"; - mes "should be able to do it. Good^FFFFFF ^000000luck on your travels, adventurer~"; + mes "should be able to do it. Good luck on your travels, adventurer~"; WIZ_SK = 2; close; } |