From 01e9ababa229e5e469c0f36f5e215a833d3b81a4 Mon Sep 17 00:00:00 2001 From: Iggy Date: Sun, 18 Aug 2024 12:48:53 -0300 Subject: [PATCH] Delete commented lines from label get_ending --- game/utility.rpy | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/game/utility.rpy b/game/utility.rpy index 85a905f..850a522 100644 --- a/game/utility.rpy +++ b/game/utility.rpy @@ -15,18 +15,6 @@ label initstats(anon=0, fang=0): return -# label get_ending: -# # To check what ending we're getting, call this label and then check the value of _return -# # Sensible to have this logic defined in only one place for consistency -# if anonscore >= 4 and fangscore >= 4 and wingStory: -# return(4) # Golden -# elif anonscore >= 3 and fangscore <=4: -# return(3) # Tradwife -# elif anonscore <= 3 and fangscore >=3: -# return(2) # Doomer -# else: -# return(1) # Shooter - init python: def get_ending():