X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2Fsnowed-in.inf;fp=src%2Fsnowed-in.inf;h=0c4ce1a35fa647c6511c8595fe40f37b7b4033ac;hb=5dba16f603d4f0b0f7e699957f22b51ac858b26e;hp=42b27c3044354302a2214339018af758ff804aff;hpb=27e8957d3117b55a59829c43d31b4c55cdce0de0;p=snowed-in.git diff --git a/src/snowed-in.inf b/src/snowed-in.inf index 42b27c3..0c4ce1a 100644 --- a/src/snowed-in.inf +++ b/src/snowed-in.inf @@ -573,8 +573,9 @@ Object southofcabin "South Of Cabin" check_for_cabin_lighting(); ! } if (snowshoes has worn && lantern in player && eastofcabin hasnt - visited) { + visited && lantern_fuel_left > 0) { throw_rock(); + print "^"; } ], n_to frontdoor, @@ -868,8 +869,10 @@ Object eastofcabin "East Of Cabin" with description [; print "It's dark outside. "; check_for_cabin_lighting(); - if (cabin_has_electricity == 1 && lantern in player) { + if (cabin_has_electricity == 1 && lantern in player && lantern_fuel_left + > 0) { throw_rock(); + print "^"; } ], w_to window,