Removed @solid variable

This commit is contained in:
Anuken
2024-06-16 01:35:48 -04:00
parent 5c9e9e3ff4
commit 56b0deb910
37 changed files with 36 additions and 42 deletions

View File

@@ -7,7 +7,6 @@ import arc.math.*;
import arc.struct.*;
import arc.util.*;
import mindustry.*;
import mindustry.content.*;
import mindustry.ctype.*;
import mindustry.game.*;
import mindustry.type.*;
@@ -116,9 +115,6 @@ public class GlobalVars{
put("@color" + Strings.capitalize(entry.key), entry.value.toDoubleBits());
}
//used as a special value for any environmental solid block
put("@solid", Blocks.stoneWall);
for(UnitType type : Vars.content.units()){
put("@" + type.name, type);
}