diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-06-08 19:07:00 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-06-08 19:07:00 -0300 |
| commit | c05bc20039a7ff3c0800a17e9c430373a705621f (patch) | |
| tree | bfb383250f6f56c35dc4f3753336957a0628d96b /data/sample-grammars/vaultsofnagoh | |
| parent | 33a165f0b0055d2bdf9a1fcaa639b31a7f87d9a6 (diff) | |
Update grammars
Diffstat (limited to 'data/sample-grammars/vaultsofnagoh')
| -rwxr-xr-x | data/sample-grammars/vaultsofnagoh/turboghoul-hats.gram | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/sample-grammars/vaultsofnagoh/turboghoul-hats.gram b/data/sample-grammars/vaultsofnagoh/turboghoul-hats.gram index b4a3861..7632b94 100755 --- a/data/sample-grammars/vaultsofnagoh/turboghoul-hats.gram +++ b/data/sample-grammars/vaultsofnagoh/turboghoul-hats.gram @@ -28,11 +28,11 @@ pragma suffix-with [turboghoul-hat] [eyeholes] hockey tights -[headscarf] [flowery|bedouin] headscarf +[headscarf] [flowery||bedouin] headscarf -[hood] [liripided|monastic] hood +[hood] [liripided||monastic] hood -[turban] [elaborate|simple] turban +[turban] [elaborate||simple] turban [hat] [hat-type] hat [hat-type] hat with bandana @@ -41,7 +41,7 @@ pragma suffix-with [turboghoul-hat] [eyeholes] fancy feathered wizard's pointy -[helmet] [helmet-type] [helm|helmet] +[helmet] [helmet-type] [helm||helmet] [helmet-type] monstrous skull common |
