mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-08 18:28:49 +01:00
stella fix
This commit is contained in:
parent
e167ae404b
commit
059dfd691b
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
#TODO
|
#TODO
|
||||||
|
#add chadshark
|
||||||
#The game needs something like a CG gallery, if only to track your progress.
|
#The game needs something like a CG gallery, if only to track your progress.
|
||||||
#remove sex
|
#remove sex
|
||||||
#troll /adgd/
|
#troll /adgd/
|
||||||
|
@ -10585,7 +10586,7 @@ St "Alright, take one."
|
||||||
#Decided to take the unholy if/else approach to this, if there is a better, cleaner, or faster way to do it then do point me to it.
|
#Decided to take the unholy if/else approach to this, if there is a better, cleaner, or faster way to do it then do point me to it.
|
||||||
#Values here were decided by writers, not me
|
#Values here were decided by writers, not me
|
||||||
|
|
||||||
if anonscore == 3 and fangscore == 4:
|
if anonscore >= 3 and fangscore >= 4:
|
||||||
#>>golden
|
#>>golden
|
||||||
St "Upright Strength"
|
St "Upright Strength"
|
||||||
St "OH! I don’t think you need to worry about what’s to come, Anon."
|
St "OH! I don’t think you need to worry about what’s to come, Anon."
|
||||||
|
|
Loading…
Reference in a new issue