diff --git a/actions/explode.sh b/actions/explode.sh index 22ca149..05a52aa 100644 --- a/actions/explode.sh +++ b/actions/explode.sh @@ -5,7 +5,7 @@ image='bomb.jpg' prompt="It was from Ted Kaczynski." choice1="Touch grass." -outcome1="source actions/youwin.sh" +outcome1="menu actions/grass.sh" choice2="Become a terrorist." outcome2="source actions/youwin.sh" diff --git a/actions/grass.sh b/actions/grass.sh new file mode 100644 index 0000000..eaf983f --- /dev/null +++ b/actions/grass.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +image='grass.jpg' + + +prompt="You are about to enter into an a̺͕̞ e̻͓͜ s̡͖̻ t̞̞̘ h̼͖̝ e̦̞̻ t̡̢͖ i͙͓ c͓̝ r̺͖ e̡͙̙ a̢͓͜ l̦̠̺ m͕͙̺ ." + +choice1="e̐̐͘ n̿͋͝ t̀͛ e͛̈́͝ r̽̈́͝" +outcome1="menu actions/weird.sh" + +choice2="Go back to civ." +outcome2="menu actions/riot.sh" diff --git a/images/grass.jpg b/images/grass.jpg new file mode 100644 index 0000000..cd95fe6 Binary files /dev/null and b/images/grass.jpg differ diff --git a/utils/menu.sh b/utils/menu.sh old mode 100644 new mode 100755