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

Function is_torch_tile

crawl-ref/source/tilepick.cc:600–605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

598}
599
600bool is_torch_tile(tileidx_t tile)
601{
602 return tile == TILE_WALL_BRICK_DARK_2_TORCH
603 || tile == TILE_WALL_BRICK_DARK_4_TORCH
604 || tile == TILE_WALL_BRICK_DARK_6_TORCH;
605}
606
607bool is_door_tile(tileidx_t tile)
608{

Callers 3

_pick_dngn_tile_multiFunction · 0.85
_suppress_bloodFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected