Loot — 12 of 26

Fredrik Appelberg

Release 1

Chapter - The Crypt

The Crypt is down from Topside. "Shadows loom in this ancient burial chamber, the only light sources being a [beam of sunlight] from above and [the lamp][if the lamp is on the ledge] sitting on [a ledge][else if the lamp is carried by the player] in your hand[end if]." It is dark.

Rule for printing the description of a dark room:

say "Shadows loom in this ancient burial chamber, the only light source being the [beam of sunlight] shining down from the opening far above you." instead.

Things can be obvious. Things are usually not obvious.

Visibility rule when doing something to something worn or carried: there is sufficient light.

Visibility rule when doing something to something obvious: there is sufficient light;

After deciding the scope of the player:

repeat with item running through obvious things in the location:

place the item in scope.

Instead of dropping something in a dark room: say "Better be careful not to lose anything in the darkness."

Rule for printing a refusal to act in the dark:

say "It's too dark here." instead.