Merge pull request #1504 from Undercova/master

Updated the Test for LS to match the updated crystal values
This commit is contained in:
Undercova
2024-03-17 22:08:38 +01:00
committed by GitHub
@@ -352,7 +352,7 @@ class LightsaberInventoryTest : TestRunnerSimulatedWorld() {
}
private fun createColorCrystal(): TangibleObject {
val colorCrystal = StaticItemCreator.createItem("item_color_crystal_02_29") as TangibleObject?
val colorCrystal = StaticItemCreator.createItem("item_color_crystal_02_20") as TangibleObject?
colorCrystal ?: throw RuntimeException("Unable to create color crystal")
broadcastAndWait(ObjectCreatedIntent(colorCrystal))