1
0
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:
Zeno Rogue 2018-04-04 00:14:18 +02:00
parent d31341b403
commit 563faad64e

View File

@ -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);