From 404d3f91bd534fafb31fd0a19f58a3794bff1de7 Mon Sep 17 00:00:00 2001 From: san7890 Date: Sat, 6 May 2023 20:11:35 -0600 Subject: [PATCH] removes the `trad` arg to `initstats()` as well --- game/utility.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/utility.rpy b/game/utility.rpy index 241cdd5..af7b95e 100644 --- a/game/utility.rpy +++ b/game/utility.rpy @@ -10,7 +10,7 @@ init python: Tradwife = 2 Golden = 3 -label initstats(anon=0, fang=0, trad=False): +label initstats(anon=0, fang=0): # Sets various game-related global variables # :param int anon: Anon's score # :param int fang: Fang's score