From f5ef98287aa927c777bd77067534406a6e320229 Mon Sep 17 00:00:00 2001 From: Hussein Farran Date: Tue, 31 Aug 2021 20:45:09 -0400 Subject: [PATCH] Add docstring to `RiskOfRainWorld` --- worlds/ror2/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/worlds/ror2/__init__.py b/worlds/ror2/__init__.py index 94857cd9..581ef5ed 100644 --- a/worlds/ror2/__init__.py +++ b/worlds/ror2/__init__.py @@ -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