Difference between revisions of "Two weapons"

From CrawlWiki
Jump to: navigation, search
(Created initial version)
 
(Update for 0.17. Mark as stub.)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{version014}}
+
{{version017}}
 
+
{{stub}}
'''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;
 
 
 
  
 +
'''Two weapons''' is an ability of some monsters to wield two weapons at once. These include large monsters with two heads, and experienced blademasters.
  
 
[[category:Monster flags]]
 
[[category:Monster flags]]

Revision as of 13:32, 8 February 2016

Version 0.17: This article may not be up to date for the latest stable release of Crawl.
This page is a stub. You could probably expand this page should you wish to do so.

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