summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/clua/lm_props.lua
Commit message (Collapse)AuthorAgeFilesLines
* Add the field CLASS to the metatable of each class, containing the name of thezelgadis2009-01-281-1/+1
| | | | | | | class, so that table_to_string() can describe the class of each object. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8840 c06c8d41-db1a-0410-9941-cceddc491573
* If a map marker has the property "connected_exclude" then it will bezelgadis2008-07-081-0/+32
excluded from find_connected_xyz() unless it's the starting square. Used in the "Evil zoo" mini-vault (minivault_9) so that each door opens and closes separately rather than all of them forming a huge gate which opens all at once. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6461 c06c8d41-db1a-0410-9941-cceddc491573