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/character_system.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/character_system.h') diff --git a/src/character_system.h b/src/character_system.h index 0962a6a..dff2a7f 100644 --- a/src/character_system.h +++ b/src/character_system.h @@ -25,6 +25,8 @@ public: void transplantParty(int leaderId, vec2i pos, Direction dir); + void breakUpParty(int leaderId); + void moveInDirection(int spriteId, Direction dir); void stopDirecting(int spriteId); -- cgit 1.4.1