Blood temperature

From CrawlWiki
Revision as of 16:58, 11 February 2012 by Flun (talk | contribs) (added cat)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Cold-blooded creatures are slowed down if they're hit by a frost attack.



From mon-util.h:

   M_COLD_BLOOD        = (1<<16),        // susceptible to cold,
                                         // drainable by vampires
   M_WARM_BLOOD        = (1<<17),        // no effect currently,
                                         // drainable by vampires