Include "verblib";
Release 0;
Serial "210605";
-
Include "src/forest.inf";
Object mainroom "Main Room"
Object television "flat-screen TV" mainroom
with name 'TV' 'television' 'flat' 'screen' 'flat-screen',
with description
- "The flat-screen TV looks fairly modern but it's been
- broken in a fight and the screen is dangling out.",
+ "The flat-screen TV looks fairly modern but it's been
+ broken in a fight and the screen is dangling out.",
before [;
Take, Pull, Push, PushDir, Turn:
print_ret (The) self, " is firmly mounted to the wall.";
body_temperature = --body_temperature;
}
if (location == mainroom || location == office || location ==
- kitchenette || location == bedroom || location ~= thedark ||
- snowsuit has worn && body_temperature < 20) {
+ kitchenette || location == bedroom || snowsuit has worn
+ && body_temperature < 20) {
body_temperature = ++body_temperature;
}
if (body_temperature == 0) {
has light;
Forest westofcabin "Westh Of Cabin"
- with description
+ with description
"The snow is falling so fast that you can barely see
anything. You can't even be sure you're going in the right
direction.",
s_to southofcabin,
has light;
-
[ Initialise;
Location = mainroom;
thedark.description =
* 'through' / 'out' / 'via' noun -> Go;
Extend 'go'
- * 'through' / 'out' / 'via' noun -> Go;
\ No newline at end of file
+ * 'through' / 'out' / 'via' noun -> Go;
+