Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-poly.cc79 env.item[item].props[DROPPER_MID_KEY].get_int() = mons->mid; in monster_drop_things()
H A Dmonster.h38 #define DROPPER_MID_KEY "dropper_mid" macro
H A Dspl-summoning.cc1420 if (!si->props.exists(DROPPER_MID_KEY) in _equip_undead()
1421 || si->props[DROPPER_MID_KEY].get_int() in _equip_undead()
H A Dmon-act.cc2614 && !(si->props.exists(DROPPER_MID_KEY) in _handle_pickup()
2615 && si->props[DROPPER_MID_KEY].get_int() == (int)mons->mid)) in _handle_pickup()
H A Dgod-abil.cc1651 if (!si->props.exists(DROPPER_MID_KEY) in beogh_resurrect()
1652 || si->props[DROPPER_MID_KEY].get_int() != int(mon->mid)) in beogh_resurrect()
H A Dmonster.cc1251 pitem.props[DROPPER_MID_KEY].get_int() = mid; in drop_item()