From fc0e79dabbc83e24ac32461ab67cdd1cef765e91 Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Thu, 5 Nov 2009 20:56:46 +1000 Subject: New monster spell: Summon Eyeballs. Summons from a (weighted) selection of: giant eyeballs, eyes of draining, golden eyes, shining eyes, great orbs of eyes, and eyes of devastation. Does not summon giant orange brains, as those aren't really eyeballs. Currently programmed only as a monster spell, and the only monsters who can get it are Pan Lords. --- crawl-ref/source/spl-data.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'crawl-ref/source/spl-data.h') diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h index 4a537980ec..d54e992954 100644 --- a/crawl-ref/source/spl-data.h +++ b/crawl-ref/source/spl-data.h @@ -2381,6 +2381,19 @@ false }, +{ + SPELL_SUMMON_EYEBALLS, "Summon Eyeballs", + SPTYP_SUMMONING, + SPFLAG_MONSTER, + 5, + 0, + -1, -1, + 0, + NULL, + false, + false +}, + { SPELL_NO_SPELL, "nonexistent spell", 0, -- cgit v1.2.3-54-g00ecf