diff --git a/index.html b/index.html index 15421b2..8a74db6 100644 --- a/index.html +++ b/index.html @@ -113,6 +113,7 @@ tw-link.visited:hover (if: $hostchoice1 is "purple bag")[<img src="https://i.imgur.com/OP11vSu.png" alt="purple bag open" height="300" width="300" />](else:)[<img src="https://i.imgur.com/AwRTO6o.png" alt="green bag open" height="300" width="300" />] [They pull open the bag, reaching inside to reveal a -] + (if: $hostchoice1 is "purple bag")[$purplebag.] (if: $hostchoice1 is "purple bag" and $purplebag is "good potion")[(set: $continue to "no") Aww, better luck next time!] (if: $hostchoice1 is "purple bag" and $purplebag is "bad potion")[(set: $continue to "yes") Good choice!] (if: $hostchoice1 is "green bag")[$greenbag.](if: $hostchoice1 is "green bag" and $greenbag is "good potion")[(set: $continue to "no") Aww, better luck next time!] (if: $greenbag is "bad potion" and $hostchoice1 is "green bag")[(set: $continue to "yes") Good choice!] (if: $hostchoice1 is "purple bag" and $purplebag is "good potion")[<img src="https://i.imgur.com/lIbXqGr.png" alt="good potion" height="300" width="300"/>](if: $hostchoice1 is "purple bag" and $purplebag is "bad potion")[<img src="https://i.imgur.com/BjOXUZU.png" alt="bad potion" height="300" width="300"/>](if: $hostchoice1 is "green bag" and $greenbag is "good potion")[<img src="https://i.imgur.com/lIbXqGr.png" alt="good potion" height="300" width="300"/>](if: $greenbag is "bad potion" and $hostchoice1 is "green bag")[<img src="https://i.imgur.com/BjOXUZU.png" alt="bad potion" height="300" width="300"/>] @@ -126,6 +127,7 @@ tw-link.visited:hover (if: $hostchoice1 is "purple bag")[<img src="https://i.imgur.com/OP11vSu.png" alt="purple bag open" height="300" width="300" />](else:)[<img src="https://i.imgur.com/OLfHmc9.png" alt="green bag open" height="300" width="300" />] [They pull open the bag, reaching inside to reveal a -] + (if: $hostchoice1 is "purple bag")[$purplebag.] (if: $hostchoice1 is "purple bag" and $purplebag is "good potion")[(set: $continue to "no") Aww, better luck next time!] (if: $hostchoice1 is "purple bag" and $purplebag is "bad potion")[(set: $continue to "yes") Good choice!] (if: $hostchoice1 is "orange bag")[$orangebag.] (if: $hostchoice1 is "orange bag" and $orangebag is "good potion")[(set: $continue to "no") Aww, better luck next time!] (if: $hostchoice1 is "orange bag" and $orangebag is "bad potion")[(set: $continue to "yes") Good choice!]