summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/throw.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2013-03-30 06:16:45 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2013-03-30 06:18:31 -0500
commitaeeb2098c781b23e5d4b6d4840ffbc91670cf6bf (patch)
tree0679b557363d3820baa298f0efbb898bd619236b /crawl-ref/source/throw.h
parent99e5230545cfb6cdd3eee11f049629a281da6f4b (diff)
downloadcrawl-ref-aeeb2098c781b23e5d4b6d4840ffbc91670cf6bf.tar.gz
crawl-ref-aeeb2098c781b23e5d4b6d4840ffbc91670cf6bf.zip
Allow specifying pies in firing order.
Diffstat (limited to 'crawl-ref/source/throw.h')
-rw-r--r--crawl-ref/source/throw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/throw.h b/crawl-ref/source/throw.h
index 7bb182776d..dbbe03d09a 100644
--- a/crawl-ref/source/throw.h
+++ b/crawl-ref/source/throw.h
@@ -25,6 +25,7 @@ enum fire_type
FIRE_NET = 0x0200,
FIRE_RETURNING = 0x0400,
FIRE_INSCRIBED = 0x0800, // Only used for _get_fire_order
+ FIRE_PIE = 0x1000,
};
struct bolt;