doors for test

This commit is contained in:
minjaesong
2023-05-16 22:52:46 +09:00
parent ed7ca5c1a8
commit 8cb11d5c82
4 changed files with 119 additions and 36 deletions

View File

@@ -93,6 +93,11 @@ object PlayerBuilderSigrid {
inventory.add("item@basegame:8", 9995) // power source
inventory.add("item@basegame:9", 1) // wire cutter
inventory.add("item@basegame:256", 995) // doors
inventory.add("item@basegame:257", 995) // doors
inventory.add("item@basegame:258", 995) // doors
inventory.add("item@basegame:259", 995) // doors
WireCodex.getAll().forEach {
try {
inventory.add(it.id, 9995)