From 6e38241126a69ca0ae2431894a1c775056ff6590 Mon Sep 17 00:00:00 2001 From: kbulgrien Date: Sat, 29 Sep 2012 23:05:06 +0000 Subject: [PATCH] - The mage and warlock are identical except for animation settings, but the mage didn't have a msg/endmsg block. In the GTK-v2 client, this meant that the mage Class Description data was blank when setting up a new character. Though copying the warlock msg is not necessarily the most creative move in the world, it improves the situation somewhat. git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18465 282e977c-c81d-0410-88c4-b93c2d0d6712 --- player/class/Warrior/mage.arc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/player/class/Warrior/mage.arc b/player/class/Warrior/mage.arc index 037f1ea74..8e8abba1e 100644 --- a/player/class/Warrior/mage.arc +++ b/player/class/Warrior/mage.arc @@ -15,4 +15,8 @@ Con 1 Int 0 Wis -2 Pow 1 +msg +You've divided your time between learning magic and learning weapons, but have totally disregarded religious devotion. +You're physically stronger and hardier because of your training, and you know the use of weapons and bows. However, you're just a bit clumsy in both weaponry and magic because you've had to divide your time between them. +endmsg end