mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-13 19:25:28 +00:00
final changes for RC5
This commit is contained in:
parent
aca3971e4e
commit
6dfafe2ad4
@ -14,7 +14,7 @@ unit_description="The Goblin Knights are the elite of the Goblin Wolf Riders. Th
|
||||
get_hit_sound=groan.wav
|
||||
[attack]
|
||||
name=fangs
|
||||
type=pierce
|
||||
type=blade
|
||||
range=short
|
||||
damage=7
|
||||
number=4
|
||||
|
@ -14,7 +14,7 @@ unit_desc="Being smaller and weaker than the orcs, the goblins train large wolfs
|
||||
get_hit_sound=groan.wav
|
||||
[attack]
|
||||
name=fangs
|
||||
type=pierce
|
||||
type=blade
|
||||
range=short
|
||||
damage=5
|
||||
number=3
|
||||
|
@ -22,7 +22,7 @@ namespace game_config
|
||||
const int cure_amount = 8;
|
||||
const int curer_heals_per_turn = 18;
|
||||
const int recall_cost = 20;
|
||||
const std::string version = "0.5-RC4";
|
||||
const std::string version = "0.5-RC5";
|
||||
bool debug = false;
|
||||
|
||||
#ifdef WESNOTH_PATH
|
||||
|
Loading…
x
Reference in New Issue
Block a user