[JS Error] TypeError: Cannot read properties of null (reading 'get')
fairyhedgehog opened this issue · 2 comments
Details:
I'm right at the beginning of the game, I got a map piece, went to the bag to use it, and got the error message
Seed: 4360
Position: 13.3.0 (inCamp: false)
Stacktrace:
TypeError: Cannot read properties of null (reading 'get')
at constructor.updateMap (https://nroutasuo.github.io/level13/src/game/systems/ui/UIOutMapSystem.js?v=0.5.2:207:37)
at constructor.selectMapStyle (https://nroutasuo.github.io/level13/src/game/systems/ui/UIOutMapSystem.js?v=0.5.2:195:9)
at constructor.onTabChanged (https://nroutasuo.github.io/level13/src/game/systems/ui/UIOutMapSystem.js?v=0.5.2:782:9)
at https://nroutasuo.github.io/level13/src/game/GlobalSignals.js?v=0.5.2:97:15
at r.execute (https://nroutasuo.github.io/level13/lib/ash/ash.min.js?v=0.5.2:14:4611)
at n.Signal.dispatch (https://nroutasuo.github.io/level13/lib/ash/ash.min.js?v=0.5.2:14:6738)
at constructor.selectTab (https://nroutasuo.github.io/level13/src/game/UIFunctions.js?v=0.5.2:677:36)
at onTabClicked (https://nroutasuo.github.io/level13/src/game/UIFunctions.js?v=0.5.2:652:29)
at HTMLLIElement. (https://nroutasuo.github.io/level13/src/game/UIFunctions.js?v=0.5.2:64:8)
at HTMLLIElement.dispatch (https://nroutasuo.github.io/level13/lib/jquery/jquery-1.11.1.min.js?v=0.5.2:3:8436)
Thanks for reporting, I'll fix this for the next version! Were you able to continue the game afterwards?