Two weapons

From CrawlWiki
Revision as of 09:53, 26 April 2014 by Derrek (talk | contribs) (Created initial version)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Version 0.14: This article may not be up to date for the latest stable release of Crawl.


Two weapon is an ability of some monsters to wield two weapons at once. These include large monsters with two heads, and experienced blademasters.



From mon-util.h:

   // wields two weapons at once
   M_TWO_WEAPONS = 1<<25;