From 46f6ee5545f0703c1626c8de35a8e6e6217a9b14 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Wed, 8 Feb 2017 14:33:24 -0500 Subject: Update --- RGens/data/sample-grammars/dungeon-enviroment.gram | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'RGens/data/sample-grammars/dungeon-enviroment.gram') diff --git a/RGens/data/sample-grammars/dungeon-enviroment.gram b/RGens/data/sample-grammars/dungeon-enviroment.gram index f521125..2deb725 100755 --- a/RGens/data/sample-grammars/dungeon-enviroment.gram +++ b/RGens/data/sample-grammars/dungeon-enviroment.gram @@ -1,11 +1,11 @@ -[enviroment] [man-made] +[dungeon-enviroment] [man-made] [cave] [natural] [aquatic] [aerial] [supernatural] -pragma initial-rule [enviroment] +pragma initial-rule [dungeon-enviroment] [man-made] a stone room a spiral staircase surrounding a giant pit -- cgit v1.2.3