From cafa875a13e3026d12074f73cbc891b02c540dc6 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 26 Oct 2019 16:15:14 -0400 Subject: nfsw.scenes: Update coitus. Update gobbledygook handling. --- nfsw/scenes.py | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'nfsw') 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(): -- cgit v1.2.3