Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
I swear I did this, but apparently I didn't.
Browse files Browse the repository at this point in the history
  • Loading branch information
TRIDENT1313 committed Sep 6, 2023
1 parent 2c31310 commit 7f1eb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/dialogs/script-topics.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -2365,7 +2365,7 @@ init 5 python:
label="s_stopic_bulls_and_cows_redux",
unlocked=True,
prompt="Bulls and Cows",
conditional="persistentfae_custom_music_unlocked and not persistent.fae_bnc_unlocked_redux",
conditional="persistent.fae_custom_music_unlocked and not persistent.fae_bnc_unlocked_redux",
random=True,
category=["Games"],
affection_range=(fae_affection.HAPPY, None)
Expand Down

0 comments on commit 7f1eb29

Please sign in to comment.