amount of fluid affects the light absorption

This commit is contained in:
minjaesong
2019-01-27 16:58:29 +09:00
parent 89ecdbc608
commit 1ffa71215a
5 changed files with 52 additions and 33 deletions

View File

@@ -99,5 +99,6 @@ object PlayerBuilderSigrid {
walls.forEach { inventory.add(it + 4096, 9995) }
inventory.add(ItemCodex.ITEM_STATIC.first)
inventory.add(9000)
inventory.add(9001)
}
}