Home
last modified time | relevance | path

Searched refs:ARTP_CAUSE_TELEPORTATION (Results 1 – 5 of 5) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dartefact-prop-type.h28 ARTP_CAUSE_TELEPORTATION, enumerator
H A Dshopping.cc150 if (prop[ARTP_CAUSE_TELEPORTATION]) in artefact_value()
H A Ddescribe.cc312 { ARTP_CAUSE_TELEPORTATION, prop_note::plain }, in _randart_propnames()
579 { ARTP_CAUSE_TELEPORTATION, "It may teleport you next to monsters.", false}, in _randart_descrip()
H A Dtags.cc5274 && artefact_property(item, ARTP_CAUSE_TELEPORTATION) > 1) in unmarshallItem()
5276 artefact_set_property(item, ARTP_CAUSE_TELEPORTATION, 1); in unmarshallItem()
H A Dplayer.cc1086 tp += 8 * you.scan_artefacts(ARTP_CAUSE_TELEPORTATION, calc_unid); in player_teleport()