forked from SteamWar/SteamWar
Add TNT only making Damage in spawning Region
This commit is contained in:
+5
@@ -75,4 +75,9 @@ public class FixedRegionSystem implements RegionSystem {
|
||||
public Stream<Region> getRegions() {
|
||||
return REGION_MAP.values().stream();
|
||||
}
|
||||
|
||||
@Override
|
||||
public @NonNull Stream<Region> getConnectedRegions(Region region) {
|
||||
return Stream.empty();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user