parent
15d19268c9
commit
68b229f227
|
@ -137,6 +137,14 @@ define hedgehog_dilemma_solved = Achievement(
|
||||||
hidden=True,
|
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
|
# ## Replace this with whatever locked image you want to use as the default
|
||||||
# ## for a locked achievement.
|
# ## for a locked achievement.
|
||||||
|
|
|
@ -31,7 +31,7 @@ label start:
|
||||||
# 4 means exam onwards
|
# 4 means exam onwards
|
||||||
day = 0
|
day = 0
|
||||||
|
|
||||||
attacked_student = false
|
attacked_student = False
|
||||||
|
|
||||||
label presentation_begins:
|
label presentation_begins:
|
||||||
# TODO
|
# TODO
|
||||||
|
@ -572,6 +572,7 @@ label ending:
|
||||||
# $ she_has_your_back.grant()
|
# $ she_has_your_back.grant()
|
||||||
# $ they_have_your_back.grant()
|
# $ they_have_your_back.grant()
|
||||||
# $ hedgehog_dilemma_solved.grant()
|
# $ hedgehog_dilemma_solved.grant()
|
||||||
|
# $ retroactive.grant()
|
||||||
|
|
||||||
show screen ending_gallery
|
show screen ending_gallery
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue