Home
last modified time | relevance | path

Searched refs:DNGN_TRAP_TELEPORT (Results 1 – 6 of 6) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ddungeon-feature-type.h80 DNGN_TRAP_TELEPORT, enumerator
H A Dfeature-data.h310 TRAP(DNGN_TRAP_TELEPORT, "teleport trap", "trap_teleport", LIGHTBLUE),
H A Dtraps.cc1296 return DNGN_TRAP_TELEPORT; in trap_feature()
H A Dtilepick.cc256 case DNGN_TRAP_TELEPORT: in tileidx_feature_base()
599 case DNGN_TRAP_TELEPORT: in tileidx_feature()
H A Dhints.cc3287 case DNGN_TRAP_TELEPORT: in _hints_describe_feature()
H A Dtravel.cc293 return !(feat == DNGN_TRAP_TELEPORT || feat == DNGN_TRAP_TELEPORT_PERMANENT); in feat_is_traversable()