{{ extends "global/Page.html" }} {{ block title }}Lucky Numbers Option{{ endblock }} {{ block content }}
Before the game begins, you have the option to purchase {{ C.LUCKY_NUMBERS_COUNT }} lucky numbers for {{ C.LUCKY_NUMBERS_COST }}.
If you choose lucky numbers, you can select {{ C.LUCKY_NUMBERS_COUNT }} numbers from {{ C.MIN_LUCKY_NUMBER }} to {{ C.GRID_SIZE }}. These numbers will be displayed in gold color on the screen.
Important: If the bomb is located at one of your lucky numbers, it will not explode and you will be fully protected. Your earnings will be safe!
Would you like to purchase lucky numbers?
{{ formfields }} {{ next_button }} {{ endblock }}