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-b93c2d0d6712master
parent
6516422180
commit
3a2b29fcd9
5
CHANGES
5
CHANGES
|
@ -1,5 +1,10 @@
|
||||||
Changes for SVN top of tree:
|
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
|
disease/tapeworms.arc
|
||||||
Removed linebreaks from disease message so the breaks can be done by the client.
|
Removed linebreaks from disease message so the breaks can be done by the client.
|
||||||
Kevin Bulgrien 2008-12-20
|
Kevin Bulgrien 2008-12-20
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
Object dwarf_player
|
Object dwarf_player
|
||||||
name dwarf
|
name dwarf
|
||||||
|
race dwarf
|
||||||
randomitems dwarf_player_items
|
randomitems dwarf_player_items
|
||||||
face dwarf_p.151
|
face dwarf_p.151
|
||||||
msg
|
msg
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
Object halfling_player
|
Object halfling_player
|
||||||
name halfling
|
name halfling
|
||||||
|
race halfling
|
||||||
randomitems halfling_player_items
|
randomitems halfling_player_items
|
||||||
face halfling.151
|
face halfling.151
|
||||||
msg
|
msg
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
Object pl_half_orc
|
Object pl_half_orc
|
||||||
name half orc
|
name half orc
|
||||||
|
race goblin
|
||||||
randomitems half_orc_player_items
|
randomitems half_orc_player_items
|
||||||
face pl_half_orc.151
|
face pl_half_orc.151
|
||||||
msg
|
msg
|
||||||
|
|
Loading…
Reference in New Issue