Rename treasure lists human_player->human_player_items and halfling_player->halfling_player_items to match the names of similar treasure lists.

git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@7285 282e977c-c81d-0410-88c4-b93c2d0d6712
master
akirschbaum 2007-09-28 19:12:40 +00:00
parent e2748e70ff
commit 89c884b1bb
5 changed files with 9 additions and 4 deletions

View File

@ -1,5 +1,10 @@
Changes for SVN top of tree:
Rename treasure lists human_player->human_player_items and
halfling_player->halfling_player_items to match the names of similar treasure
lists.
Andreas Kirschbaum 2007-09-28
Renamed "potion of invulnerability" to "potion of shielding." Hopefully this
will remove player confusion as to why one takes damage from all attack types
(except physical) when drinking this potion.

View File

@ -1,6 +1,6 @@
Object halfling_player
name halfling
randomitems halfling_player
randomitems halfling_player_items
face halfling.151
msg
Halflings are another sub-race of humankind,

View File

@ -1,4 +1,4 @@
treasure halfling_player
treasure halfling_player_items
arch skill_stealing
more
arch skill_hide

View File

@ -1,7 +1,7 @@
Object human_player
name human
race human
randomitems human_player
randomitems human_player_items
face human.151
msg
Humans are the generalists of the races.

View File

@ -1,4 +1,4 @@
treasure human_player
treasure human_player_items
list random_knowledge
end