fix typo blunders that crash the game

This commit is contained in:
2024-10-05 14:07:09 -05:00
parent 6c283a8dcd
commit 6a407f4630
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ init python:
renpy.mark_image_seen("fang_tail_movie")
# Determine the splash type for the Snoot game logo
$ persistent.splashtype = random.randint(0,2000 - 1)
persistent.splashtype = random.randint(0,2000 - 1)
label before_main_menu: