diff --git a/game/script.rpy b/game/script.rpy index d7f7695..bb03aff 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -348,4 +348,4 @@ transform rleft: transform rright: xalign 1.7 yalign 0.1 -call start \ No newline at end of file +call storyline \ No newline at end of file diff --git a/game/storyline.rpy b/game/storyline.rpy index 2b0300d..3923117 100644 --- a/game/storyline.rpy +++ b/game/storyline.rpy @@ -1,4 +1,4 @@ -label start: +label storyline: $ fangscore = 0 $ anonscore = 0 $ tradwife = False