From 66f0117d4f3a3818355319d36aa611c9df7461aa Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Thu, 24 Oct 2019 19:58:06 -0400 Subject: nsfw: Change thanks message. --- nfsw/junk/thanks/solong | 10 ---------- nfsw/junk/thanks/solong-m | 11 +++++++++++ nfsw/junk/thanks/solong-w | 11 +++++++++++ nfsw/scenes.py | 3 ++- 4 files changed, 24 insertions(+), 11 deletions(-) delete mode 100644 nfsw/junk/thanks/solong create mode 100644 nfsw/junk/thanks/solong-m create mode 100644 nfsw/junk/thanks/solong-w diff --git a/nfsw/junk/thanks/solong b/nfsw/junk/thanks/solong deleted file mode 100644 index 17ce5c9..0000000 --- a/nfsw/junk/thanks/solong +++ /dev/null @@ -1,10 +0,0 @@ -Your phone beeps. It's a text message -from an unknown number. It reads: - -> Thanks for playing! -> I promise, I never -> do this again. -> -> With sincere apologies, -> -> - Siddharth diff --git a/nfsw/junk/thanks/solong-m b/nfsw/junk/thanks/solong-m new file mode 100644 index 0000000..2cd83e9 --- /dev/null +++ b/nfsw/junk/thanks/solong-m @@ -0,0 +1,11 @@ +Your phone beeps. It's a text message +from an unknown number. It reads: + +> For your own sweet pleasure, I've +> sliced and mutilated the guy you fucked +> so hard. +> +> His body is in your bath tub. +> His balls are in your kitchen sink. +> +> - Santa diff --git a/nfsw/junk/thanks/solong-w b/nfsw/junk/thanks/solong-w new file mode 100644 index 0000000..03e166d --- /dev/null +++ b/nfsw/junk/thanks/solong-w @@ -0,0 +1,11 @@ +Your phone beeps. It's a text message +from an unknown number. It reads: + +> For your own sweet pleasure, I've +> sliced and mutilated the girl you fucked +> so hard. +> +> Her body is in your bath tub. +> Her titties are in your kitchen sink. +> +> - Santa diff --git a/nfsw/scenes.py b/nfsw/scenes.py index 0f9fe5d..a40bfa7 100644 --- a/nfsw/scenes.py +++ b/nfsw/scenes.py @@ -623,4 +623,5 @@ def thanks(o): # Mark scene done r.sadd('scenes:done', 'thanks') - return read_junk('thanks/solong') + type = r.get('player:type:mind').decode() + return read_junk('thanks/solong-{}'.format(type)) -- cgit v1.2.3