aboutsummaryrefslogtreecommitdiff
path: root/wild.py
diff options
context:
space:
mode:
Diffstat (limited to 'wild.py')
-rw-r--r--wild.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/wild.py b/wild.py
index 3fc9540..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('Andrew')
-class WildAndrew(WildThing):
- options2 = ("hijack Andrew's WeeChat session",)
+@CustomWildThing('Adeline')
+class WildAdeline(WildThing):
+ options2 = ("hijack Adeline'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 = {}