Skip to content

Commit f0e6b70

Browse files
AWSWCommunityAWSWCommunity
authored andcommitted
Fix scene formatting issues
1 parent c68fef8 commit f0e6b70

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

mods/anna_post_true/anna_rpy_scene.rpy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ label anna_post_true_entry:
3131
$ renpy.pause (1.0)
3232

3333
# 'm' is the narrator character. This makes a text box with no name appear on the screen.
34-
m "The last few hours felt like a dream or a memory of a dream I had many times before. Reza was dead, and both worlds were safe - for now. No doubt it would all make sense in the morning but now I just wanted to get home and get some rest. Anna and I walked back to town from the portal, together. "
34+
m "The last few hours felt like a dream or a memory of a dream I had many times before. Reza was dead, and both worlds were safe - for now. No doubt it would all make sense in the morning but now I just wanted to get home and get some rest. Anna and I walked back to town from the portal, together."
3535
show anna normal with dissolve # The show instruction, well, shows a character. See images.rpy in the AWSW code for the whole list (you'll need these).
3636
$ renpy.pause(0.5)
3737
An "What are you going to do now?" # An is the identifier for anna's character object. Once again, defined in images.rpy. This is a Say instruction.
@@ -77,7 +77,7 @@ label anna_post_true_entry:
7777
"But I represent humanity as a whole.":
7878
c "But I represent humanity as a whole. I have to put on a good impression for my side as well."
7979
An "What do you mean? Do humans not like us?"
80-
c "It's not that they don't like you. On Earth, dragons are revered. It's just the thought of being romantically involved with one is just weird. Remember, where I come from, humans are the only sentient animals. Dating another species would be seen as disgusting."
80+
c "It's not that they don't like you. On Earth, dragons are revered. It's just the thought of being romantically involved with one is just weird. Remember, where I come from, humans are the only sentient animals. Dating another species would be seen as disgusting."
8181
An disgust "And you don't want to be associated with a dumb animal. Right, I get it."
8282
m "She started to turn off to the side and leave. I held on to her hand, gently but firmly."
8383
c "But I don't agree with them. You may not be human, but you're still a person, just as much as I am."

mods/anna_post_true/bryce_rpy_scene.rpy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ label bryce_post_true_entry:
186186

187187
$ post_choice_dict = {}
188188

189-
post_bryce_menu:
189+
label post_bryce_menu:
190190
menu:
191191
"Do you think Anna was justified in what she did?" if 0 not in post_choice_dict:
192192
Br "I'm not sure of the extent of what she did, so I can't make judgments."

mods/anna_post_true/remy_rpy_scene.rpy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ label remy_post_true_entry:
106106
Ry "Why would you choose me?"
107107
$ joke_response = False
108108

109-
remy_post_menu1:
109+
label remy_post_menu1:
110110
menu:
111111
"I want to start a band with you called Remy and me." if not joke_response:
112112
c "I'm a pretty good guitarist, how are you at singing?"

0 commit comments

Comments
 (0)