locale update

This commit is contained in:
minjaesong
2023-09-29 01:55:26 +09:00
parent e5adc7c908
commit 045165e388
11 changed files with 182 additions and 86 deletions

View File

@@ -74,7 +74,8 @@ object PlayerBuilderSigrid {
fun fillTestInventory(inventory: ActorInventory) {
App.tileMaker.tags.forEach { (t, _) ->
if (!BlockCodex[t].isActorBlock) {
val prop = BlockCodex[t]
if (!prop.isActorBlock && !prop.hasTag("AIR")) {
inventory.add(t, 9995)
try {