From b3e44c13e2931b4aea2d88b50b324fa1b6d54f32 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 26 Oct 2019 13:33:58 -0400 Subject: nfsw: Fix issue related to the mirror in coitus scene. --- nfsw/scenes.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'nfsw/scenes.py') diff --git a/nfsw/scenes.py b/nfsw/scenes.py index a40bfa7..9430f6d 100644 --- a/nfsw/scenes.py +++ b/nfsw/scenes.py @@ -380,6 +380,9 @@ def coitus(o): def intro(): + if fucked(): + return rj('mirror-intro') + return rj('intro-{}'.format(type)) @@ -400,7 +403,10 @@ def coitus(o): def fuck(q): r.set('scene:coitus:fucked', 1) - return rj('fuck-{}'.format(type)) + return '\n\n'.join([ + rj('fuck-{}'.format(type)), + rj('mirror-intro') + ]) def mirror(q): -- cgit v1.2.3