summaryrefslogtreecommitdiffstats
path: root/weatbag/items/unlit_torch.py
diff options
context:
space:
mode:
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