So far game has been fun, but I hit this error:
running game code:
File "game/30finalsocial.rpy", line 378, in script
$ sominant += 1
File "game/30finalsocial.rpy", line 378, in <module>
$ sominant += 1
NameError: name 'sominant' is not defined
This line has a typo saying "sominant" instead of "dominant." For now, anyone with this issue can fix this by opening the file in Notepad and changing the s to a d, then pressing Ctrl+s before restarting the game(worked for me at least).