summary refs log tree commit diff stats
path: root/res
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2021-02-25 13:38:23 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-02-25 13:38:23 -0500
commitd3366174384aa842569416e7eb3596e1285a3a43 (patch)
tree0a0f421f89827d158e509567dc2958ff6c0c5df8 /res
parent499392238db4eca473ad973b370392c60c4a9605 (diff)
downloadtanetane-d3366174384aa842569416e7eb3596e1285a3a43.tar.gz
tanetane-d3366174384aa842569416e7eb3596e1285a3a43.tar.bz2
tanetane-d3366174384aa842569416e7eb3596e1285a3a43.zip
Tweaked underwater text
Diffstat (limited to 'res')
-rw-r--r--res/scripts/underwater.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/scripts/underwater.lua b/res/scripts/underwater.lua index 660a2d4..cc6d085 100644 --- a/res/scripts/underwater.lua +++ b/res/scripts/underwater.lua
@@ -23,7 +23,7 @@ end
23 23
24function underwater.fish4() 24function underwater.fish4()
25 StartCutscene() 25 StartCutscene()
26 DisplayMessage("* You think it hurt when she unlocked your PSI?\n\fJust picture what it was like for Claus.", "Fish", SpeakerType.BOY) 26 DisplayMessage("* You think it hurt when your PSI unlocked?\n\fJust picture what it was like for Claus.", "Fish", SpeakerType.BOY)
27 WaitForEndOfMessages() 27 WaitForEndOfMessages()
28 HideCutsceneBars() 28 HideCutsceneBars()
29end 29end
@@ -37,7 +37,7 @@ end
37 37
38function underwater.fish6() 38function underwater.fish6()
39 StartCutscene() 39 StartCutscene()
40 DisplayMessage("* Still, I bet you can't wait to get your revenge. You don't fool me.\n\f* You have everyone else fooled but you can't fool yourself.", "Fish", SpeakerType.BOY) 40 DisplayMessage("* Still, you're probably eager to get your revenge. You don't fool me.\n\f* You have everyone else fooled but you can't fool yourself.", "Fish", SpeakerType.BOY)
41 WaitForEndOfMessages() 41 WaitForEndOfMessages()
42 HideCutsceneBars() 42 HideCutsceneBars()
43end 43end