forked from SteamWar/SteamWar
Add TNT only making Damage in spawning Region
This commit is contained in:
+1
@@ -164,6 +164,7 @@ public class DynamicRegionSystem implements RegionSystem {
|
||||
.map(DynamicRegion.class::cast);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Stream<Region> getConnectedRegions(Region region) {
|
||||
Set<Region> regions = regionTypeMap.get(region.getType());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user