This commit is contained in:
Anuken 2025-02-08 10:15:00 -05:00
parent c032a6ebb4
commit ce5bca120a
2 changed files with 4 additions and 3 deletions

View file

@ -1,2 +1,3 @@
mschxœE<C593><45>
ƒ0 „¯¦þÀ`{Ž>T¦A µ–*Œ½ûÀõg°@øÂå.<2E>Æ  =on)Õãv쎣 ìÅA¯lºMü,ý“ÏSâã&ÓÊÞNìÌ­s¸/ÃjO1!Êq` ûK¢ñû,&<26>[ÀÿR Œ¤(O€®»6 EÖ * ?»Ê».¡šëº>hRSÉ-êTQBTP5PýAÙù–Ø(¢
mschxœE<C593>Á
ƒ0DÇ$FA(úù¢Òê‹
1Jb)ý÷RJ÷ò™a…B- - m©cMX-y³c 5Ñl¡v{Tí;ûÚ…û‰ÜÜ“5ƒŸ­Åeô´MóÎfóÚm}²7nØÄºÑDs1a}øž\ñŸ"CäMžTË$œQ$¡H<E28098>žŽÐñ!q¼<71>ãøDGüÊJ䲌"ã¼!ó ™oÈ”¬"ª2µ10[

View file

@ -117,7 +117,7 @@ public class BaseGenerator{
}
Tile o = tiles.get(tile.x + p.x, tile.y + p.y);
if(o != null && o.team() == team && !(o.block() instanceof Wall)){
if(o != null && o.team() == team && !(o.block() instanceof Wall) && !(o.block() instanceof ShockMine)){
any = true;
break;
}