Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tropo/tropo-samples
Browse files Browse the repository at this point in the history
  • Loading branch information
johntdyer committed Dec 9, 2010
2 parents 4a958f8 + 0cc162b commit 6d2af6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion groovy/roleplayinggame.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import java.util.Random;
Random generator = new Random()

def outcome = ["crushes", "mortally wounds", "eats ", "disembowels ", "steps on", "squashes"]
def areas = ["the office of the director of ninja affairs", "next to Engineering", "in the brake room", "at your desk", "in the bathroom"]
def areas = ["the office of the director of ninja affairs", "next to Engineering", "in the break room", "at your desk", "in the bathroom"]
def places = ["nothing", "an empty coke can", "a fudge round","a spider web of cat five cables","an eye kia chair"]
def items = ["lantern","scroll","compass"]

Expand Down

0 comments on commit 6d2af6b

Please sign in to comment.