summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-07 08:50:09 +0200
committerRobert Vollmert <rvollmert@gmx.net>2009-10-07 08:50:42 +0200
commit60bbd0964c8b9d44b9a217cccba6d87de5656abe (patch)
treecde797854813bafc0017cf3e5f0742b44e1d52d5 /crawl-ref/source/enum.h
parent55957d0f93dfcd45cba025520c239aa4af70a6c5 (diff)
downloadcrawl-ref-60bbd0964c8b9d44b9a217cccba6d87de5656abe.tar.gz
crawl-ref-60bbd0964c8b9d44b9a217cccba6d87de5656abe.zip
Enable monsters to drink potions of berserk rage.
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h21
1 files changed, 11 insertions, 10 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 439b1373df..64b6193955 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -233,34 +233,35 @@ enum beam_type // beam[].flavour
BEAM_TELEPORT,
BEAM_POLYMORPH,
BEAM_CHARM,
- BEAM_BANISH, // 35
+ BEAM_BANISH, // 35
BEAM_DEGENERATE,
BEAM_ENSLAVE_UNDEAD,
BEAM_ENSLAVE_SOUL,
BEAM_PAIN,
- BEAM_DISPEL_UNDEAD, // 40
+ BEAM_DISPEL_UNDEAD, // 40
BEAM_DISINTEGRATION,
BEAM_ENSLAVE_DEMON,
BEAM_BLINK,
BEAM_PETRIFY,
- BEAM_BACKLIGHT, // 45
+ BEAM_BACKLIGHT, // 45
BEAM_PORKALATOR,
BEAM_SLIME,
BEAM_SLEEP,
- BEAM_LAST_ENCHANTMENT = BEAM_SLEEP,
+ BEAM_BERSERK,
+ BEAM_LAST_ENCHANTMENT = BEAM_BERSERK,
// new beams for evaporate
- BEAM_POTION_STINKING_CLOUD,
+ BEAM_POTION_STINKING_CLOUD, // 50
BEAM_POTION_POISON,
BEAM_POTION_MIASMA,
- BEAM_POTION_STEAM, // 50
+ BEAM_POTION_STEAM,
BEAM_POTION_FIRE,
- BEAM_POTION_COLD,
+ BEAM_POTION_COLD, // 55
BEAM_POTION_BLACK_SMOKE,
BEAM_POTION_GREY_SMOKE,
- BEAM_POTION_BLUE_SMOKE, // 55
- BEAM_POTION_PURP_SMOKE,
BEAM_POTION_MUTAGENIC,
+ BEAM_POTION_BLUE_SMOKE,
+ BEAM_POTION_PURP_SMOKE, // 60
BEAM_POTION_RANDOM,
BEAM_LAST_REAL = BEAM_POTION_RANDOM,
@@ -268,7 +269,7 @@ enum beam_type // beam[].flavour
// For getting the visual effect of a beam.
BEAM_VISUAL,
- BEAM_TORMENT_DAMAGE, // 60: Pseudo-beam for damage flavour.
+ BEAM_TORMENT_DAMAGE, // Pseudo-beam for damage flavour.
BEAM_FIRST_PSEUDO = BEAM_TORMENT_DAMAGE,
BEAM_STEAL_FOOD, // Pseudo-beam for harpies stealing food.