Bannable units / Show tech tree icon for unresearched units
This commit is contained in:
@@ -94,6 +94,8 @@ public class Rules{
|
||||
public Seq<WeatherEntry> weather = new Seq<>(1);
|
||||
/** Blocks that cannot be placed. */
|
||||
public ObjectSet<Block> bannedBlocks = new ObjectSet<>();
|
||||
/** Units that cannot be built. */
|
||||
public ObjectSet<UnitType> bannedUnits = new ObjectSet<>();
|
||||
/** Reveals blocks normally hidden by build visibility. */
|
||||
public ObjectSet<Block> revealedBlocks = new ObjectSet<>();
|
||||
/** Unlocked content names. Only used in multiplayer when the campaign is enabled. */
|
||||
|
||||
Reference in New Issue
Block a user