From 88530b61ff77b4e9af38dcd5673d311738f54578 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Thu, 25 Feb 2021 22:15:04 -0500 Subject: Lucas wades into hot spring alone when Ionia is there --- src/script_system.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/script_system.cpp') diff --git a/src/script_system.cpp b/src/script_system.cpp index e890dfc..0d82436 100644 --- a/src/script_system.cpp +++ b/src/script_system.cpp @@ -59,6 +59,9 @@ ScriptSystem::ScriptSystem(Game& game) : game_(game) { "character", "addSpriteToParty", &CharacterSystem::addSpriteToParty, "transplantParty", &CharacterSystem::transplantParty, + "breakUpParty", &CharacterSystem::breakUpParty, + "moveInDirection", &CharacterSystem::moveInDirection, + "stopDirecting", &CharacterSystem::stopDirecting, "startRunning", &CharacterSystem::startRunning, "halt", &CharacterSystem::halt); -- cgit 1.4.1