On the Subject of Taco Tuesday
To consume such a delicious treat on a dreary weekday is a gift to the working class.
This module has three displays, each with an arrow to their left and right. The bottom-most display also has a button above it and to the left. To solve the module the defuser must input the correct entries for all three fields. An incorrect submission will issue a strike.
After the module is solved, go ahead and press the icon in the bottom right to celebrate! Of course, it sometimes celebrates in strange ways...
The first field from the top contains the three foods on the menu for the event you are scheduling. For each food in this field, find it’s equivalent in Table 1. Sum all of the values you get to get variable A.
Food | Value |
---|---|
Taco | 2 |
Pizza | 6 |
Ice Cream | 1 |
Burger | 4 |
Steak | 3 |
Pasta | 5 |
Hot Dog | 1 |
Veggies | 6 |
Candy | 2 |
Cake | 4 |
Chinese | 5 |
Buffet | 3 |
For each of the present food’s value, take that place in the serial number and get it’s alphabetic position (A=1,B=2,...Z=26). Add all of these together to get variable B.
Using variables A and B, consult the following table to get the entries needed for the first two fields. If the number you obtain is greater than 6 or less than 0, add or subtract 7 until it is in that range. If the value you get for the First Field is 0, add 1.