mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-24 18:48:55 +01:00
Merge pull request 'Fix Concert Tarot if/else branching' (#56) from nutbuster/SnootGame:mustard into master
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/56
This commit is contained in:
commit
dd61898f95
1 changed files with 2 additions and 2 deletions
|
@ -174,11 +174,11 @@ label chapter_7:
|
|||
#>>golden
|
||||
St "Upright Strength"
|
||||
St "OH! I don’t think you need to worry about what’s to come, Anon."
|
||||
elif anonscore >= 3 and fangscore <= 2:
|
||||
elif anonscore >= 3 and fangscore <= 3:
|
||||
#>>tradwife
|
||||
St "Inverted Hierophant."
|
||||
St "You need to be wary of your words and actions, Anon."
|
||||
elif anonscore <= 2 and fangscore >= 3:
|
||||
elif anonscore <= 3 and fangscore >= 3:
|
||||
#>>doomer
|
||||
St "Inverted Hermit."
|
||||
St "Anon, if you ever feel lonely you can come to me."
|
||||
|
|
Loading…
Reference in a new issue