|
From: Crossfire C. r. messages.
<cro...@li...> - 2009-01-25 00:06:50
|
Revision: 11242
http://crossfire.svn.sourceforge.net/crossfire/?rev=11242&view=rev
Author: anmaster
Date: 2009-01-25 00:06:45 +0000 (Sun, 25 Jan 2009)
Log Message:
-----------
Add "race" to player races missing it. Based on what races the equivalent
monsters have.
Modified Paths:
--------------
arch/trunk/CHANGES
arch/trunk/player/race/dwarf_p.arc
arch/trunk/player/race/halfling.arc
arch/trunk/player/race/pl_half_orc.arc
Modified: arch/trunk/CHANGES
===================================================================
--- arch/trunk/CHANGES 2009-01-24 23:49:15 UTC (rev 11241)
+++ arch/trunk/CHANGES 2009-01-25 00:06:45 UTC (rev 11242)
@@ -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
Modified: arch/trunk/player/race/dwarf_p.arc
===================================================================
--- arch/trunk/player/race/dwarf_p.arc 2009-01-24 23:49:15 UTC (rev 11241)
+++ arch/trunk/player/race/dwarf_p.arc 2009-01-25 00:06:45 UTC (rev 11242)
@@ -1,5 +1,6 @@
Object dwarf_player
name dwarf
+race dwarf
randomitems dwarf_player_items
face dwarf_p.151
msg
Modified: arch/trunk/player/race/halfling.arc
===================================================================
--- arch/trunk/player/race/halfling.arc 2009-01-24 23:49:15 UTC (rev 11241)
+++ arch/trunk/player/race/halfling.arc 2009-01-25 00:06:45 UTC (rev 11242)
@@ -1,5 +1,6 @@
Object halfling_player
name halfling
+race halfling
randomitems halfling_player_items
face halfling.151
msg
Modified: arch/trunk/player/race/pl_half_orc.arc
===================================================================
--- arch/trunk/player/race/pl_half_orc.arc 2009-01-24 23:49:15 UTC (rev 11241)
+++ arch/trunk/player/race/pl_half_orc.arc 2009-01-25 00:06:45 UTC (rev 11242)
@@ -1,5 +1,6 @@
Object pl_half_orc
name half orc
+race goblin
randomitems half_orc_player_items
face pl_half_orc.151
msg
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|