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
1 changed files with 1 additions and 1 deletions

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