mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
closeplate radius in whirl is 3
This commit is contained in:
parent
d31341b403
commit
563faad64e
2
game.cpp
2
game.cpp
@ -3139,7 +3139,7 @@ void toggleGates(cell *ct, eWall type, int rad) {
|
||||
void toggleGates(cell *ct, eWall type) {
|
||||
playSound(ct, "click");
|
||||
numgates = 0;
|
||||
if(type == waClosePlate && nonbitrunc)
|
||||
if(type == waClosePlate && nonbitrunc && !whirl::whirl)
|
||||
toggleGates(ct, type, 2);
|
||||
else
|
||||
toggleGates(ct, type, 3);
|
||||
|
Loading…
Reference in New Issue
Block a user