summary refs log tree commit diff stats
path: root/src/script_system.cpp
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2021-03-09 13:31:26 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-03-09 13:31:26 -0500
commit032f60bc2686364f4df5bfb6c9faf86b84de31a6 (patch)
tree96c42392fa444677a55087742bedab375b69a21d /src/script_system.cpp
parent89fc2da3f08fcd751ca069fde0987d193e59b007 (diff)
downloadtanetane-032f60bc2686364f4df5bfb6c9faf86b84de31a6.tar.gz
tanetane-032f60bc2686364f4df5bfb6c9faf86b84de31a6.tar.bz2
tanetane-032f60bc2686364f4df5bfb6c9faf86b84de31a6.zip
Added text for "yes" path of "let's switch places"
#10
Diffstat (limited to 'src/script_system.cpp')
-rw-r--r--src/script_system.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script_system.cpp b/src/script_system.cpp index a50fa7a..505957b 100644 --- a/src/script_system.cpp +++ b/src/script_system.cpp
@@ -34,6 +34,7 @@ ScriptSystem::ScriptSystem(Game& game) : game_(game) {
34 34
35 engine_.new_usertype<Sprite>( 35 engine_.new_usertype<Sprite>(
36 "sprite", 36 "sprite",
37 "alias", &Sprite::alias,
37 "loc", &Sprite::loc, 38 "loc", &Sprite::loc,
38 "dir", &Sprite::dir, 39 "dir", &Sprite::dir,
39 "followers", &Sprite::followers, 40 "followers", &Sprite::followers,