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-b93c2d0d6712master
parent
e2748e70ff
commit
89c884b1bb
5
CHANGES
5
CHANGES
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
treasure halfling_player
|
||||
treasure halfling_player_items
|
||||
arch skill_stealing
|
||||
more
|
||||
arch skill_hide
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
treasure human_player
|
||||
treasure human_player_items
|
||||
list random_knowledge
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue