mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
ascii: no more animations in low graphics
This commit is contained in:
parent
48f772698d
commit
ecfaa7c49d
@ -1216,7 +1216,7 @@ void fib_ghosts() {
|
||||
reaction_t current = null_animation;
|
||||
|
||||
void pick() {
|
||||
if(((gold() > 0 || tkills() > 0) && canmove) || geometry != gNormal || ISWEB || ISMOBILE || vid.always3 || pmodel || rug::rugged) {
|
||||
if(((gold() > 0 || tkills() > 0) && canmove) || geometry != gNormal || ISWEB || ISMOBILE || vid.always3 || pmodel || rug::rugged || vid.wallmode < 2 || vid.monmode < 2) {
|
||||
current = null_animation;
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user