forked from github/server
- wolves should not be on a ship
This commit is contained in:
parent
621430b7f0
commit
41cf66cee5
|
@ -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);
|
||||
unused(sp);
|
||||
|
||||
leave(u, true);
|
||||
setstatus(u, ST_FIGHT);
|
||||
|
||||
set_level(u, SK_WEAPONLESS, (int)(power/3));
|
||||
|
|
Loading…
Reference in New Issue