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 2a28d6d commit e3a8dc8
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,7 @@ class LostArt(FeatureController):
definition: defs.LostArt
currency: str = "cp"

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

@override
@property
Expand All @@ -1073,7 +1073,9 @@ class MisplacedArt(FeatureController):
definition: defs.MisplacedArt
currency: str = "cp"

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


class PlotController(FeatureController):
Expand Down

0 comments on commit e3a8dc8

Please sign in to comment.