rewritten undo: part 1a

This commit is contained in:
Zeno Rogue 2020-02-29 17:59:56 +01:00
parent e564622a48
commit 6b5481b876
1 changed files with 0 additions and 3 deletions

View File

@ -814,9 +814,6 @@ bool pcmove::attack() {
else
mip.t = c2;
}
if(c2->monst == moTroll || c2->monst == moFjordTroll ||
c2->monst == moForestTroll || c2->monst == moStormTroll || c2->monst == moVineSpirit)
mip.t = c2;
if(havePushConflict(mip.t, checkonly)) return false;