Home
last modified time | relevance | path

Searched refs:ORIG_MONSTER_KEY (Results 1 – 4 of 4) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ddactions.cc123 || mon->props.exists(ORIG_MONSTER_KEY)); in mons_matches_daction()
369 if (mon->props.exists(ORIG_MONSTER_KEY)) in _daction_hog_to_human()
373 orig = mon->props[ORIG_MONSTER_KEY].get_monster(); in _daction_hog_to_human()
H A Dmon-death.h12 #define ORIG_MONSTER_KEY "orig_monster_key" macro
H A Dmon-death.cc2833 && !mi->props.exists(ORIG_MONSTER_KEY)) in hogs_to_humans()
2846 if (!mi->props.exists(ORIG_MONSTER_KEY) && could_see) in hogs_to_humans()
H A Dbeam.cc5655 mon->props[ORIG_MONSTER_KEY] = orig_mon; in apply_enchantment_to_monster()