Remove lock_scores logic and point-increasing functions
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
2024-08-29 18:07:30 -03:00
parent 76e61ee78e
commit 908d8f62f7
10 changed files with 11 additions and 29 deletions

View File

@ -1688,7 +1688,7 @@ label chapter_3:
label GuitarQuestionSpeakUp:
$ increase_fang_points()
$ fangscore += 1
"Fang does seem very passionate about playing guitar."

View File

@ -654,7 +654,7 @@ label chapter_4:
label lHeads:
$ increase_fang_points()
$ fangscore += 1
"Guess thats that."

View File

@ -1193,7 +1193,7 @@ label chapter_5:
label lbeHonest:
$ increase_anon_points()
$ anonscore += 1
"I guess honesty is the best policy."
window hide
@ -3584,8 +3584,8 @@ label chapter_5:
if _value != "Snot":
renpy.jump(_value+chr(0x61+_tick))
$ increase_fang_points()
$ increase_anon_points()
$ fangscore += 1
$ anonscore += 1
$ wingStory = True
A "{cps=*.1}...{/cps}"

View File

@ -1918,7 +1918,7 @@ label chapter_6:
label lAnonWaitsForFang:
$ increase_anon_points()
$ anonscore += 1
"{cps=*.1}...{/cps}No."
@ -2308,7 +2308,7 @@ label chapter_6:
label lAskFang:
$ increase_fang_points()
$ fangscore += 1
A "Dont worry about it."
pause .5

View File

@ -477,7 +477,7 @@ label chapter_7:
renpy.jump(renpy.display_menu(randomize_choices(choices)))
label LeaveStageAsIs:
$ increase_anon_points()
$ anonscore += 1
pause .5
"Reed may not understand cable management,{w=.4} but then again neither did I."

View File

@ -630,7 +630,7 @@ label chapter_8:
label lLetFangPlayGuit:
$ increase_fang_points()
$ fangscore += 1
pause .5

View File

@ -1297,7 +1297,7 @@ label chapter_9:
jump lGoHomeEarly
label lWaitForTrishToExit:
$ increase_anon_points()
$ anonscore += 1
#play music 'audio/OST/fighter.ogg' fadein 1.0
A "You worried about her, too?"