From 3a2b29fcd9c7fc2cd57eda2f3454cf2d89c0ab00 Mon Sep 17 00:00:00 2001 From: anmaster Date: Sun, 25 Jan 2009 00:06:45 +0000 Subject: [PATCH] Add "race" to player races missing it. Based on what races the equivalent monsters have. git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@11242 282e977c-c81d-0410-88c4-b93c2d0d6712 --- CHANGES | 5 +++++ player/race/dwarf_p.arc | 1 + player/race/halfling.arc | 1 + player/race/pl_half_orc.arc | 1 + 4 files changed, 8 insertions(+) diff --git a/CHANGES b/CHANGES index 8750225ca..69ff96497 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,10 @@ Changes for SVN top of tree: +player/race/dwarf_p.arc, player/race/halfling.arc, player/race/pl_half_orc.arc +Add "race" to player races missing it. Based on what races the equivalent +monsters have. +Arvid Norlander 2009-01-25 + disease/tapeworms.arc Removed linebreaks from disease message so the breaks can be done by the client. Kevin Bulgrien 2008-12-20 diff --git a/player/race/dwarf_p.arc b/player/race/dwarf_p.arc index bff57d856..ead1c6860 100644 --- a/player/race/dwarf_p.arc +++ b/player/race/dwarf_p.arc @@ -1,5 +1,6 @@ Object dwarf_player name dwarf +race dwarf randomitems dwarf_player_items face dwarf_p.151 msg diff --git a/player/race/halfling.arc b/player/race/halfling.arc index 21aea02cb..e3151c6b0 100644 --- a/player/race/halfling.arc +++ b/player/race/halfling.arc @@ -1,5 +1,6 @@ Object halfling_player name halfling +race halfling randomitems halfling_player_items face halfling.151 msg diff --git a/player/race/pl_half_orc.arc b/player/race/pl_half_orc.arc index 420baa043..c68973945 100644 --- a/player/race/pl_half_orc.arc +++ b/player/race/pl_half_orc.arc @@ -1,5 +1,6 @@ Object pl_half_orc name half orc +race goblin randomitems half_orc_player_items face pl_half_orc.151 msg