mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed small bugs with material selection
This commit is contained in:
parent
0af6a74a41
commit
3578b7a2fb
@ -48,7 +48,7 @@ _material = switch (true) do {
|
||||
case ("rock" in _material): { "rock" };
|
||||
case ("wood" in _material): { "wood" };
|
||||
case ("lino" in _material);
|
||||
case ("building" isEqualTo _material);
|
||||
case ("building" in _material);
|
||||
case ("concrete" in _material): { "concrete" };
|
||||
case ("metal" in _material): { "metal" };
|
||||
default { "ground" };
|
||||
|
Loading…
Reference in New Issue
Block a user