Skip to content

Commit

Permalink
Add some easter egg messages...
Browse files Browse the repository at this point in the history
  • Loading branch information
kw committed Mar 27, 2024
1 parent f5b4137 commit 2a28d6d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1058,6 +1058,8 @@ class LostArt(FeatureController):
definition: defs.LostArt
currency: str = "cp"

explain_list = ["It's a secret to everyone."]

@override
@property
def meets_requirements(self) -> Decision:
Expand All @@ -1071,6 +1073,8 @@ class MisplacedArt(FeatureController):
definition: defs.MisplacedArt
currency: str = "cp"

explain_list = ["Through perseverance or luck, you've stumbled across something..."]


class PlotController(FeatureController):
"""Source for plot feature awards.
Expand Down

0 comments on commit 2a28d6d

Please sign in to comment.