summaryrefslogtreecommitdiffstats
path: root/weatbag/items/unlit_torch.py
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2013-01-13 08:14:04 -0800
committerThomas Kluyver <takowl@gmail.com>2013-01-13 08:14:04 -0800
commit57cccc9d6a0af98b86024a6d6d054997c8ba509f (patch)
tree6e3f122bf8b5b8b156a3316eb10a7f647e449fdc /weatbag/items/unlit_torch.py
parentd327e21c9c8fec8dea82035e87bfd1a3ba2b813c (diff)
parent727343ffdc825be9e7981a57cf592594f358da94 (diff)
Merge pull request #11 from takluyver/items-framework
Items framework
Diffstat (limited to 'weatbag/items/unlit_torch.py')
-rw-r--r--weatbag/items/unlit_torch.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/weatbag/items/unlit_torch.py b/weatbag/items/unlit_torch.py
new file mode 100644
index 0000000..1f313ca
--- /dev/null
+++ b/weatbag/items/unlit_torch.py
@@ -0,0 +1,6 @@
+def combine(other):
+ if other == 'match':
+ print("The torch sputters into life.")
+ return ['flaming torch']
+
+ return None