Fixed some things but now the world and boss fight worlds are out of sync and need to be fixed. tools/arena is broken.
This commit is contained in:
parent
37b007d79c
commit
bf8ce7e16b
6 changed files with 48 additions and 21 deletions
|
|
@ -107,7 +107,7 @@ TEST_CASE("boss/systems.cpp works", "[combat-battle]") {
|
|||
animation::init();
|
||||
GameDB::init();
|
||||
cinematic::init();
|
||||
auto host = GameDB::current_level().player;
|
||||
auto host = GameDB::the_player();
|
||||
|
||||
auto fight = System::create_bossfight();
|
||||
auto battle = System::create_battle(fight->$world, fight->$boss_id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue