Skip to content

Commit

Permalink
fix(story): correct variable day1_meet_lord
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Sep 13, 2024
1 parent 1b13591 commit e757cc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion game/story/inside/explore_inside_day.rpy
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
label explore_inside_day:

if not meet_lord:
if not day1_meet_lord:
jump meet_lord

if day == 2 and not night and not day2_meet_lord:
Expand Down
4 changes: 2 additions & 2 deletions game/story/inside/room.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ screen safe():
ypos 520
idle "items/safe_closed.png"
action Jump("safe")
at scale(0.10)
at scale(0.1)

else:
imagebutton:
xpos 1170
ypos 520
idle "items/safe_open.png"
at scale(0.10)
at scale(0.1)

if item.show("necklace"):
use necklace
Expand Down

0 comments on commit e757cc7

Please sign in to comment.