MCPcopy Create free account
hub / github.com/crawl/crawl / fixup

Method fixup

crawl-ref/source/mapdef.cc:3333–3343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3331}
3332
3333void map_def::fixup()
3334{
3335 normalise();
3336
3337 // Fixup minivaults into floating vaults tagged "minivault".
3338 if (orient == MAP_NONE)
3339 {
3340 orient = MAP_FLOAT;
3341 add_tags("minivault");
3342 }
3343}
3344
3345bool map_def::has_all_tags(const string &tagswanted) const
3346{

Callers 2

_resolve_map_luaFunction · 0.45
add_parsed_mapFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected