summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/beam.cc')
-rw-r--r--crawl-ref/source/beam.cc15
1 files changed, 15 insertions, 0 deletions
diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc
index ff2c1ea606..05848498c8 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -1282,6 +1282,21 @@ const zap_info zap_data[] = {
false,
false,
false
+ },
+
+ {
+ ZAP_PORKALATOR,
+ "porkalator",
+ 100,
+ NULL,
+ NULL,
+ RED,
+ true,
+ BEAM_PORKALATOR,
+ DCHAR_SPACE,
+ false,
+ false,
+ false
}
};