Skip to content

Commit

Permalink
fix wrong minigame selector state
Browse files Browse the repository at this point in the history
  • Loading branch information
nikbott committed Jan 29, 2024
1 parent 241a3ab commit 8ba01c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions game/story/vending_machine1.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ label vending_machine1:

label red_dragon:
$snk = True
$ttt = False
e "red dragon super spicy energy drink!! (赤いドラゴン 超辛いエナジードリンク!!)"
"Eriko loves this stuff."
jump buy

label cosmic_goo:
$snk = False
$ttt = True
e "neon purple cosmic goo energy drink!! (ネオンパープル コズミックグー エナジードリンク!!)"
"Eriko loves this stuff."
Expand Down
2 changes: 1 addition & 1 deletion project.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"build_update": false, "packages": ["pc"], "add_from": true, "force_recompile": true, "android_build": "Release", "renamed_all": true, "renamed_steam": true}
{"build_update": false, "packages": ["pc", "linux", "mac", "win"], "add_from": true, "force_recompile": true, "android_build": "Release", "renamed_all": true, "renamed_steam": true}

0 comments on commit 8ba01c4

Please sign in to comment.