Skip to content

Commit

Permalink
refactor(story): rename day1 label
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Sep 13, 2024
1 parent 9d4f904 commit 4a11b62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
label meet_lord:
label day1_meet_lord:

$ day1_meet_lord = True

Expand Down
2 changes: 1 addition & 1 deletion game/story/inside/explore_inside_day.rpy
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
label explore_inside_day:

if not day1_meet_lord:
jump meet_lord
jump day1_meet_lord

if day == 2 and not night and not day2_meet_lord:
jump day2_lord_intro
Expand Down

0 comments on commit 4a11b62

Please sign in to comment.