summaryrefslogtreecommitdiffstats
path: root/nfsw/io.py
diff options
context:
space:
mode:
Diffstat (limited to 'nfsw/io.py')
-rw-r--r--nfsw/io.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/nfsw/io.py b/nfsw/io.py
index 1ecf635..6cc04f9 100644
--- a/nfsw/io.py
+++ b/nfsw/io.py
@@ -97,6 +97,12 @@ def query():
'reset': True
}
+ # colophon
+ if q == 'colophon':
+ return {
+ 'ans': read_junk('colophon/ohno')
+ }
+
# Get current scene.
scene = current_scene()
if scene is None: