mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-27 15:32:53 +00:00
rewritten undo: part 1a
This commit is contained in:
parent
e564622a48
commit
6b5481b876
@ -814,9 +814,6 @@ bool pcmove::attack() {
|
|||||||
else
|
else
|
||||||
mip.t = c2;
|
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;
|
if(havePushConflict(mip.t, checkonly)) return false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user