projects
/
snowed-in.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3298d5
)
Correct flashlight's SwitchOff piece
author
Jason Self
<j@jxself.org>
Tue, 11 Oct 2022 12:14:24 +0000
(
05:14
-0700)
committer
Jason Self
<j@jxself.org>
Tue, 11 Oct 2022 12:14:24 +0000
(
05:14
-0700)
Turning off the flashlight would turn off the lantern instead.
src/snowed-in.inf
patch
|
blob
|
history
diff --git
a/src/snowed-in.inf
b/src/snowed-in.inf
index a75e04222304908670c40af1b843c7a69e8dc99d..29673c19704aa591b085baf7acdff43bc0795c0c 100644
(file)
--- a/
src/snowed-in.inf
+++ b/
src/snowed-in.inf
@@
-43,7
+43,7
@@
Constant Headline
Include "parser";
Include "verblib";
Release 4;
-Serial "22
0809
";
+Serial "22
1011
";
Object mainroom "Main Room"
with description
@@
-715,7
+715,7
@@
Object flashlight "flashlight" backpack
}
give flashlight light;
SwitchOff:
- give
lantern
~light;
+ give
flashlight
~light;
],
has switchable;