Skip to content

Commit

Permalink
refactor(game): fix labels in class 4
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Jun 30, 2024
1 parent 666bcfd commit b728e2d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions game/class_4.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ label class_4:

stop music fadeout 2

jump after_class_5
jump after_class_4

label after_class_5:
label after_class_4:
queue music sad1_intro
queue music sad1_verse

Expand All @@ -54,17 +54,17 @@ label after_class_5:
"Reach out to see if you can help.":
$ affection += 1

jump after_class_5_help
jump after_class_4_help

"Avoid being too nosy.":
$ affection -= 3

"You feel it’s not in your place to stick your nose in [classmate.name]’s affairs."
"Hopefully [classmate.name]’s situation will pass after she gives it some time."

jump after_class_5_home
jump after_class_4_home

label after_class_5_help:
label after_class_4_help:
show classmate upset at right, unflip

player "Hey [classmate.name], is everything alright?"
Expand All @@ -91,7 +91,7 @@ label after_class_5_help:
player "It’s worth a try.{w=0.2} Sometimes talking to someone is enough and can make a difference."
classmate "Thanks, I’ll keep that in mind."

label after_class_5_home:
label after_class_4_home:
stop music fadeout 2
queue music sad2_intro

Expand Down

0 comments on commit b728e2d

Please sign in to comment.