summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/prebuilt/levcomp.tab.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-08 12:28:30 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-08 12:28:30 +0000
commit6c99170d8941c25c6aac7f131f0d55df52caa63a (patch)
tree73993fb9a6610d14975be5239929f26f06b9fc94 /crawl-ref/source/prebuilt/levcomp.tab.h
parent93de8db42745db1d85c850cb1001baa1ac55bcc0 (diff)
downloadcrawl-ref-6c99170d8941c25c6aac7f131f0d55df52caa63a.tar.gz
crawl-ref-6c99170d8941c25c6aac7f131f0d55df52caa63a.zip
Fixed bug where Pandemonium demonlords did not get their rightful runes
(Cerebov and company) - bug was introduced circa 0.1.3. [1610237] Vaults can request specific items using ITEM: declarations and the item selectors defghijk. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@596 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/prebuilt/levcomp.tab.h')
-rw-r--r--crawl-ref/source/prebuilt/levcomp.tab.h74
1 files changed, 38 insertions, 36 deletions
diff --git a/crawl-ref/source/prebuilt/levcomp.tab.h b/crawl-ref/source/prebuilt/levcomp.tab.h
index a77766566c..e34d9c3b72 100644
--- a/crawl-ref/source/prebuilt/levcomp.tab.h
+++ b/crawl-ref/source/prebuilt/levcomp.tab.h
@@ -17,42 +17,44 @@ typedef union
#define CHANCE 268
#define FLAGS 269
#define MONS 270
-#define ROOT_DEPTH 271
-#define ENTRY_MSG 272
-#define EXIT_MSG 273
-#define ROCK_COLOUR 274
-#define FLOOR_COLOUR 275
-#define ENCOMPASS 276
-#define FLOAT 277
-#define NORTH 278
-#define EAST 279
-#define SOUTH 280
-#define WEST 281
-#define NORTHEAST 282
-#define SOUTHEAST 283
-#define SOUTHWEST 284
-#define NORTHWEST 285
-#define LEVEL 286
-#define END 287
-#define PVAULT 288
-#define PMINIVAULT 289
-#define MONSTERS 290
-#define ENDMONSTERS 291
-#define CHARACTER 292
-#define NO_HMIRROR 293
-#define NO_VMIRROR 294
-#define NO_ROTATE 295
-#define PANDEMONIC 296
-#define DASH 297
-#define COMMA 298
-#define QUOTE 299
-#define OPAREN 300
-#define CPAREN 301
-#define INTEGER 302
-#define STRING 303
-#define MAP_LINE 304
-#define MONSTER_NAME 305
-#define IDENTIFIER 306
+#define ITEM 271
+#define ROOT_DEPTH 272
+#define ENTRY_MSG 273
+#define EXIT_MSG 274
+#define ROCK_COLOUR 275
+#define FLOOR_COLOUR 276
+#define ENCOMPASS 277
+#define FLOAT 278
+#define NORTH 279
+#define EAST 280
+#define SOUTH 281
+#define WEST 282
+#define NORTHEAST 283
+#define SOUTHEAST 284
+#define SOUTHWEST 285
+#define NORTHWEST 286
+#define LEVEL 287
+#define END 288
+#define PVAULT 289
+#define PMINIVAULT 290
+#define MONSTERS 291
+#define ENDMONSTERS 292
+#define CHARACTER 293
+#define NO_HMIRROR 294
+#define NO_VMIRROR 295
+#define NO_ROTATE 296
+#define PANDEMONIC 297
+#define DASH 298
+#define COMMA 299
+#define QUOTE 300
+#define OPAREN 301
+#define CPAREN 302
+#define INTEGER 303
+#define STRING 304
+#define MAP_LINE 305
+#define MONSTER_NAME 306
+#define ITEM_INFO 307
+#define IDENTIFIER 308
extern YYSTYPE yylval;