aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluk3yx <luk3yx@users.noreply.github.com>2023-08-16 18:08:46 +1200
committerluk3yx <luk3yx@users.noreply.github.com>2023-08-16 18:08:46 +1200
commitf48485e934ff653399c1791fe2dbe8d8ddbe9a09 (patch)
tree9da76a7c247fe74d1710cb4e49a24592c98f3b4c
parent033c4770bed68fad9e6a99e505c1dcf2924c34be (diff)
downloadlurklite-commands-f48485e934ff653399c1791fe2dbe8d8ddbe9a09.tar.gz
lurklite-commands-f48485e934ff653399c1791fe2dbe8d8ddbe9a09.zip
Update wild.py
-rw-r--r--wild.py9
1 files 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 = {}