diff --git a/CHANGES b/CHANGES index 47b61a896..e0c845bf5 100644 --- a/CHANGES +++ b/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. diff --git a/player/race/halfling.arc b/player/race/halfling.arc index 6377c9379..c0c398159 100644 --- a/player/race/halfling.arc +++ b/player/race/halfling.arc @@ -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, diff --git a/player/race/halfling.trs b/player/race/halfling.trs index 59495890c..badd76572 100644 --- a/player/race/halfling.trs +++ b/player/race/halfling.trs @@ -1,4 +1,4 @@ -treasure halfling_player +treasure halfling_player_items arch skill_stealing more arch skill_hide diff --git a/player/race/human.arc b/player/race/human.arc index be6917be9..39b3d62bf 100644 --- a/player/race/human.arc +++ b/player/race/human.arc @@ -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. diff --git a/player/race/human.trs b/player/race/human.trs index d993013dc..37556a847 100644 --- a/player/race/human.trs +++ b/player/race/human.trs @@ -1,4 +1,4 @@ -treasure human_player +treasure human_player_items list random_knowledge end