From b6700b32abaf15adf58817af71abb3c01d6d1fa5 Mon Sep 17 00:00:00 2001 From: luk3yx Date: Mon, 18 Sep 2023 22:15:48 +1200 Subject: Update wild.py --- wild.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wild.py') diff --git a/wild.py b/wild.py index e0eb3fa..dea4265 100644 --- a/wild.py +++ b/wild.py @@ -147,9 +147,9 @@ class WildComma(WildThing): return False, 'After a long day of consideration, you give up and' \ ' allow the wild {} to win!' -@CustomWildThing('Harriet') -class WildHarriet(WildThing): - options2 = ("hijack Harriet's WeeChat session",) +@CustomWildThing('Adeline') +class WildAdeline(WildThing): + options2 = ("hijack Adeline's WeeChat session",) options3 = ('rickroll',) def choice2(self, i): if i > 3: -- cgit v1.2.3