From 67f6080b3ab2c1b02b8a3f15720db2693d233654 Mon Sep 17 00:00:00 2001 From: coolestskinnieinthejungle Date: Fri, 18 Jun 2021 12:59:52 -0500 Subject: [PATCH] naming consistency --- game/script.rpy | 2 +- game/storyline.rpy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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