Add docstring to `RiskOfRainWorld`

This commit is contained in:
Hussein Farran 2021-08-31 20:45:09 -04:00
parent 5188b41ab0
commit f5ef98287a
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@ client_version = 1
class RiskOfRainWorld(World):
"""
Escape a chaotic alien planet by fighting through hordes of frenzied monsters with your friends, or on your own.
Combine loot in surprising ways and master each character until you become the havoc you feared upon your
first crash landing.
"""
game: str = "Risk of Rain 2"
options = ror2_options
topology_present = False