StS: Add a description for the game. (#876)
This commit is contained in:
parent
9167e5363d
commit
04eef669f9
|
@ -22,6 +22,11 @@ class SpireWeb(WebWorld):
|
||||||
|
|
||||||
|
|
||||||
class SpireWorld(World):
|
class SpireWorld(World):
|
||||||
|
"""
|
||||||
|
A deck-building roguelike where you must craft a unique deck, encounter bizarre creatures, discover relics of
|
||||||
|
immense power, and Slay the Spire!
|
||||||
|
"""
|
||||||
|
|
||||||
options = spire_options
|
options = spire_options
|
||||||
game = "Slay the Spire"
|
game = "Slay the Spire"
|
||||||
topology_present = False
|
topology_present = False
|
||||||
|
|
Loading…
Reference in New Issue