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:
6316caf
)
Don't give roof visited
author
Jason Self
<j@jxself.org>
Fri, 10 Jun 2022 16:22:42 +0000
(09:22 -0700)
committer
Jason Self
<j@jxself.org>
Fri, 10 Jun 2022 16:22:42 +0000
(09:22 -0700)
This prevents the message about the snowmobile from being displayed.
The roof can be given visited automatically when it's entered.
src/snowed-in.inf
patch
|
blob
|
history
diff --git
a/src/snowed-in.inf
b/src/snowed-in.inf
index f19a9e0b87fb09355062d34ea27ac268b36424c9..f0b284699cf370816c9b8eacd7856f3b076cbaeb 100644
(file)
--- a/
src/snowed-in.inf
+++ b/
src/snowed-in.inf
@@
-43,7
+43,7
@@
Constant Headline
Include "parser";
Include "verblib";
Release 2;
-Serial "2206
01
";
+Serial "2206
10
";
Object mainroom "Main Room"
with description
@@
-973,7
+973,6
@@
Object northofcabin "North Of Cabin"
if (noun == s_obj) {
if (roof hasnt visited) {
score = score + 1;
- give roof visited;
}
}
];