forked from github/server
- wolves should not be on a ship
This commit is contained in:
parent
621430b7f0
commit
41cf66cee5
1 changed files with 2 additions and 1 deletions
|
@ -777,6 +777,7 @@ sp_wolfhowl(fighter * fi, int level, double power, spell * sp)
|
||||||
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));
|
||||||
|
|
Loading…
Reference in a new issue