From: Jason Self Date: Sun, 12 Jun 2022 22:54:03 +0000 (-0700) Subject: Fix scoring problem X-Git-Tag: r4~1 X-Git-Url: https://jxself.org/git/?p=snowed-in.git;a=commitdiff_plain;h=201f0f9a402534de68e6f944902291e24cc93d0b Fix scoring problem --- diff --git a/src/snowed-in.inf b/src/snowed-in.inf index 012f30f..b92c920 100644 --- 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,