final changes for RC5

This commit is contained in:
Dave White 2003-10-30 09:29:47 +00:00
parent aca3971e4e
commit 6dfafe2ad4
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ unit_description="The Goblin Knights are the elite of the Goblin Wolf Riders. Th
get_hit_sound=groan.wav get_hit_sound=groan.wav
[attack] [attack]
name=fangs name=fangs
type=pierce type=blade
range=short range=short
damage=7 damage=7
number=4 number=4

View File

@ -14,7 +14,7 @@ unit_desc="Being smaller and weaker than the orcs, the goblins train large wolfs
get_hit_sound=groan.wav get_hit_sound=groan.wav
[attack] [attack]
name=fangs name=fangs
type=pierce type=blade
range=short range=short
damage=5 damage=5
number=3 number=3

View File

@ -22,7 +22,7 @@ namespace game_config
const int cure_amount = 8; const int cure_amount = 8;
const int curer_heals_per_turn = 18; const int curer_heals_per_turn = 18;
const int recall_cost = 20; const int recall_cost = 20;
const std::string version = "0.5-RC4"; const std::string version = "0.5-RC5";
bool debug = false; bool debug = false;
#ifdef WESNOTH_PATH #ifdef WESNOTH_PATH