Difference between revisions of "Blood temperature"

From CrawlWiki
Jump to: navigation, search
m (added cat)
 
m (1 revision: monster category stuff; hopefully this'll unredlink the templates)
(No difference)

Revision as of 20:05, 26 December 2012

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