summaryrefslogtreecommitdiffstats
path: root/nfsw
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-10-27 13:24:21 -0400
committerrsiddharth <s@ricketyspace.net>2019-10-27 13:24:21 -0400
commit4e54182ba97899f7d6f1056c4c5da3c55a868a1b (patch)
treec768ec81e90fd3b867bd7c015e3a0625cff7c55e /nfsw
parentfc9ec56ee296d74fcb6e34f20f1b7fa3d7ff56a3 (diff)
nfsw.io: Update query.
Add handling for 'colophon' query.
Diffstat (limited to 'nfsw')
-rw-r--r--nfsw/io.py6
-rw-r--r--nfsw/junk/colophon/ohno26
2 files changed, 32 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:
diff --git a/nfsw/junk/colophon/ohno b/nfsw/junk/colophon/ohno
new file mode 100644
index 0000000..566d118
--- /dev/null
+++ b/nfsw/junk/colophon/ohno
@@ -0,0 +1,26 @@
+NFSW is Full of Slimy Warts is written by
+rsiddharth for his friends as a christmas gag
+gift in 2019.
+
+Copyright © 2019 rsiddharth <s@ricketyspace.net>
+
+Permission to use, copy, modify, and/or distribute
+this software for any purpose with or without fee
+is hereby granted, provided that the above
+copyright notice and this permission notice appear
+in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR
+DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
+SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
+AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
+INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
+PROFITS, WHETHER IN AN ACTION OF CONTRACT,
+NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
+THIS SOFTWARE.
+
+Source code for this game may be downloaded from
+https://ricketyspace.net/file/dingy_nfsw-v0.1.0.tar.gz