diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-22 19:54:48 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-22 19:54:48 -0500 |
commit | 09133930d96ec1b9dc398cda59376622b7d5177f (patch) | |
tree | cd6f915a637ee3a5b019c25681d2cc7da4ecd1d7 /res | |
parent | 254ecd9527c105a8e15174bbddf13dc1fb4f554a (diff) | |
download | tanetane-09133930d96ec1b9dc398cda59376622b7d5177f.tar.gz tanetane-09133930d96ec1b9dc398cda59376622b7d5177f.tar.bz2 tanetane-09133930d96ec1b9dc398cda59376622b7d5177f.zip |
Tweaked Ionia's one line of speech
Diffstat (limited to 'res')
-rw-r--r-- | res/scripts/hallucination_interior.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/scripts/hallucination_interior.lua b/res/scripts/hallucination_interior.lua index f0716dc..941f0a1 100644 --- a/res/scripts/hallucination_interior.lua +++ b/res/scripts/hallucination_interior.lua | |||
@@ -177,7 +177,7 @@ function hallucination_interior.talk_to_ionia() | |||
177 | Halt("ionia") | 177 | Halt("ionia") |
178 | StartCutscene() | 178 | StartCutscene() |
179 | SetAnimation("ionia", "talk") | 179 | SetAnimation("ionia", "talk") |
180 | DisplayMessage("* Kumatora!", "Ionia", SpeakerType.MAN) | 180 | DisplayMessage("* Kumatora!\n\f* Oh! My goodness!\nGet away from that monster!", "Ionia", SpeakerType.MAN) |
181 | WaitForEndOfMessage() | 181 | WaitForEndOfMessage() |
182 | 182 | ||
183 | SetAnimation("ionia", "still") | 183 | SetAnimation("ionia", "still") |