1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-02 02:37:55 +00:00

mirrors now flip Alchemist Lab colors (may be a bit unpredictable in minimal quotient)

This commit is contained in:
Zeno Rogue
2022-04-26 14:42:07 +02:00
parent 49d7ab3ed3
commit 7adb3dac5a
5 changed files with 39 additions and 15 deletions

View File

@@ -1112,7 +1112,7 @@ bool pcmove::perform_actual_move() {
});
if(c2->item && isAlch(c2)) {
if(alchMayDuplicate(cwt.at->wall)) {
c2->wall = cwt.at->wall;
c2->wall = conditional_flip_slime(mi.mirror(), cwt.at->wall);
c2->wparam = cwt.at->wparam;
}
else