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:
@@ -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
|
||||
|
Reference in New Issue
Block a user