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