From f48485e934ff653399c1791fe2dbe8d8ddbe9a09 Mon Sep 17 00:00:00 2001 From: luk3yx Date: Wed, 16 Aug 2023 18:08:46 +1200 Subject: Update wild.py --- wild.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/wild.py b/wild.py index 3fc9540..e0eb3fa 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('Andrew') -class WildAndrew(WildThing): - options2 = ("hijack Andrew's WeeChat session",) +@CustomWildThing('Harriet') +class WildHarriet(WildThing): + options2 = ("hijack Harriet's WeeChat session",) options3 = ('rickroll',) def choice2(self, i): if i > 3: @@ -160,7 +160,8 @@ class WildAndrew(WildThing): def choice3(self, i): if i > 3: return 'You catch the wild {} off-guard and rickroll them!' - return 'The wild {} decides that they are \2never gonna give you up\2!' + return False, ('The wild {} decides that they are \2never gonna give ' + 'you up\2!') data = {} -- cgit v1.2.3