Hide internal units from logic
This commit is contained in:
@@ -132,7 +132,9 @@ public class GlobalVars{
|
||||
}
|
||||
|
||||
for(UnitType type : Vars.content.units()){
|
||||
put("@" + type.name, type);
|
||||
if(!type.internal){
|
||||
put("@" + type.name, type);
|
||||
}
|
||||
}
|
||||
|
||||
for(Weather weather : Vars.content.weathers()){
|
||||
|
||||
Reference in New Issue
Block a user