- wolves should not be on a ship
This commit is contained in:
Enno Rehling 2010-05-31 20:12:36 -07:00
parent 621430b7f0
commit 41cf66cee5
1 changed files with 2 additions and 1 deletions

View File

@ -774,9 +774,10 @@ sp_wolfhowl(fighter * fi, int level, double power, spell * sp)
attrib *a; attrib *a;
message * msg; message * msg;
int force = (int)(get_force(power, 3)/2); int force = (int)(get_force(power, 3)/2);
unit *u = create_unit(r, mage->faction, force, new_race[RC_WOLF], 0, NULL, mage); unit * u = create_unit(r, mage->faction, force, new_race[RC_WOLF], 0, NULL, mage);
unused(sp); unused(sp);
leave(u, true);
setstatus(u, ST_FIGHT); setstatus(u, ST_FIGHT);
set_level(u, SK_WEAPONLESS, (int)(power/3)); set_level(u, SK_WEAPONLESS, (int)(power/3));