summaryrefslogtreecommitdiffstats
path: root/nfsw
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-10-26 16:15:14 -0400
committerrsiddharth <s@ricketyspace.net>2019-10-26 16:15:14 -0400
commitcafa875a13e3026d12074f73cbc891b02c540dc6 (patch)
treee906acb6e546913a414a3b917beaa8d78c1c1381 /nfsw
parent40406755e4e23fa9536ce934308bc3f06f071751 (diff)
nfsw.scenes: Update coitus.
Update gobbledygook handling.
Diffstat (limited to 'nfsw')
-rw-r--r--nfsw/scenes.py16
1 files changed, 11 insertions, 5 deletions
diff --git a/nfsw/scenes.py b/nfsw/scenes.py
index 9430f6d..93bfe59 100644
--- a/nfsw/scenes.py
+++ b/nfsw/scenes.py
@@ -363,6 +363,16 @@ def coitus(o):
def gg():
+ gg_last = '\n'.join([
+ 'Your concierge is busy',
+ 'masturbating. He his unable',
+ 'to respond to you at the moment'
+ ])
+
+ if fucked():
+ return gg_last
+
+
l = len(gobbledygook)
for i in range(0, l):
@@ -372,11 +382,7 @@ def coitus(o):
r.sadd('scene:coitus:gg', i)
return gobbledygook[i]
- return '\n'.join([
- 'Your concierge is busy',
- 'masturbating. He his unable',
- 'to respond to you at the moment'
- ])
+ return gg_last
def intro():