summaryrefslogtreecommitdiffstats
path: root/nfsw/scenes.py
diff options
context:
space:
mode:
Diffstat (limited to 'nfsw/scenes.py')
-rw-r--r--nfsw/scenes.py3
1 files changed, 2 insertions, 1 deletions
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))