{{ extends "global/Page.html" }} {{ block title }}Lucky Number Option{{ endblock }} {{ block content }}
Before the game begins, you have the option to choose {{ C.LUCKY_NUMBERS_COUNT }} lucky numbers.
If you choose to select lucky numbers, you may pick {{ C.LUCKY_NUMBERS_COUNT }} numbers between {{ C.MIN_LUCKY_NUMBER }} and {{ C.GRID_SIZE }}.
Important: If the bomb appears on one of the lucky numbers you selected, the bomb will not explode and you will be fully protected. Your bonus will remain safe!
Would you like to purchase lucky numbers?
{{ formfields }} {{ next_button }} {{ endblock }}