1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-19 16:07:40 +00:00

Zebra, Palace, Power, and Vineyard are now OK in gp

This commit is contained in:
Zeno Rogue
2018-04-12 11:00:51 +02:00
parent e6a5c41c9b
commit f375ac498a
4 changed files with 15 additions and 9 deletions

View File

@@ -3166,7 +3166,7 @@ void toggleGates(cell *ct, eWall type) {
if(type == waClosePlate && nonbitrunc && !gp::on)
toggleGates(ct, type, 2);
else
toggleGates(ct, type, 3);
toggleGates(ct, type, gp::on ? gp::dist_3() : 3);
if(numgates && type == waClosePlate)
playSound(ct, "closegate");
if(numgates && type == waOpenPlate)