fixed bug with false

Word count: 2,062 words
This commit is contained in:
Jacoder23 2024-04-06 06:03:29 +08:00
parent 15d19268c9
commit 68b229f227
2 changed files with 10 additions and 1 deletions

View File

@ -137,6 +137,14 @@ define hedgehog_dilemma_solved = Achievement(
hidden=True,
)
define retroactive = Achievement(
name=_("Retroactive"),
id="retroactive",
description=_("You embraced change."),
locked_image=Transform("gui/window_icon.png", matrixcolor=SepiaMatrix()),
unlocked_image=Transform("gui/window_icon.png", matrixcolor=SepiaMatrix()),
hidden=True,
)
# ## Replace this with whatever locked image you want to use as the default
# ## for a locked achievement.

View File

@ -31,7 +31,7 @@ label start:
# 4 means exam onwards
day = 0
attacked_student = false
attacked_student = False
label presentation_begins:
# TODO
@ -572,6 +572,7 @@ label ending:
# $ she_has_your_back.grant()
# $ they_have_your_back.grant()
# $ hedgehog_dilemma_solved.grant()
# $ retroactive.grant()
show screen ending_gallery