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:
24c5c11
)
Fix scoring problem
author
Jason Self
<j@jxself.org>
Sun, 12 Jun 2022 22:54:03 +0000
(15:54 -0700)
committer
Jason Self
<j@jxself.org>
Sun, 12 Jun 2022 22:54:03 +0000
(15:54 -0700)
src/snowed-in.inf
patch
|
blob
|
history
diff --git
a/src/snowed-in.inf
b/src/snowed-in.inf
index 012f30f3c7d5291fd736ede732f3ebaabe6a0ac8..b92c9200299e77861f58e750f42e6450b5dbf248 100644
(file)
--- a/
src/snowed-in.inf
+++ b/
src/snowed-in.inf
@@
-296,10
+296,10
@@
Object office "Office"
print_ret
"You can't fit through the window while
wearing the snow shoes.";
- }
- if (eastofcabin hasnt visited) {
-
score = score + 1
;
- give office visited;
+ if (eastofcabin hasnt visited) {
+ score = score + 1;
+
give office visited
;
+ }
}
],
w_to mainroom,