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
+3 -2
View File
@@ -1,2 +1,3 @@
mschxœE
ƒ0 „¯¦þÀ`{Ž>T¦A µ–*Œ½ûÀõg°@øÂå.Æ  =o‚n)Õãv쎣 ìÅA¯lºMü,ý“ÏSâã&ÓÊÞNìÌ­s¸/‘ÃjO1!Êq` ûK¢ñû,&[ÀÿR Œ¤(O€®»6 EÖ * ?»Ê».¡šëº>hRSÉ–-êTQBTP5PýAÙù–Ø(¢
mschxœEÁ
ƒ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‘”žŽÐñ!q¼ãøDGüÊJ䲌"ã¼!ó␍™oÈ”¬"ª2µ10[
@@ -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;
}