Don't make Command spells cancel AI packages

(Fixes #3649)
pull/125/head
Allofich 8 years ago
parent dc1f6cdada
commit 2322ab3125

@ -37,6 +37,7 @@ namespace MWMechanics
MWWorld::Ptr getTarget() const;
virtual bool sideWithTarget() const { return true; }
virtual bool followTargetThroughDoors() const { return true; }
virtual bool shouldCancelPreviousAi() const { return !mCommanded; }
virtual AiFollow *clone() const;

Loading…
Cancel
Save