<center>
### You are in the secret room.
### GAME OVER!
<img src="https://i.postimg.cc/52cRPgPn/battleship-389274-640.jpg">
</center>I have to enter [[the secret room->START]]
You should look around this room – there might be something useful here.
---
[[Check under the carpet->carpet]]
[[Check in the drawer->drawer]]
[[Check under the pillow->pillow]]There is nothing here!
[[Retreat->living room]](set: $key to true)
{
(if: visits is 1)[Oh! An old key. I’ll put it into my pocket.]
(else:)[The drawer is empty.]
}
[[Retreat->living room]]There is nothing here!
[[Retreat->living room]](set: $key to false)
==><==
# GAME OF GDANSK
## [[START]]You’re standing in a corridor. There is a door to a secret room in front of you.
{
(if: $key is true)[You take the key out of your pocket and open the door. [[Enter the room]]]
(else:)[Unfortunately, the door is closed! First, you need to find the key. [[Go to the living room->living room]]]
}