Home
last modified time | relevance | path

Searched refs:MONS_ROYAL_JELLY (Results 1 – 21 of 21) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-poly.cc232 if (mons->type == MONS_ROYAL_JELLY) in change_monster_type()
252 if (mons->type == MONS_ROYAL_JELLY in change_monster_type()
H A Dmon-speak.cc578 && m_foe->type != MONS_ROYAL_JELLY)); in mons_speaks()
800 && m_foe->type != MONS_ROYAL_JELLY)); in invalid_msg()
H A Dmon-info.cc403 || type == MONS_ROYAL_JELLY in monster_info()
504 || type == MONS_ROYAL_JELLY in monster_info()
924 else if (nametype == MONS_ROYAL_JELLY) in _core_name()
H A Dmonster-type.h777 MONS_ROYAL_JELLY, enumerator
H A Dmon-death.cc921 type = MONS_ROYAL_JELLY; in fire_monster_death_event()
953 if (type == MONS_ROYAL_JELLY && !mons->is_summoned() && !polymorph) in fire_monster_death_event()
H A Dmon-place.cc1085 else if (mg.cls == MONS_ROYAL_JELLY) in _place_monster_aux()
H A Dspl-damage.cc3672 if (mon->type == MONS_ROYAL_JELLY && !mon->is_summoned()) in _discharge_maxwells_coupling()
H A Ddescribe.cc3915 if (mi.type == MONS_ROYAL_JELLY) in _monster_attacks_description()
H A Dmon-util.cc1759 && mc != MONS_ROYAL_JELLY in mons_class_can_use_stairs()
H A Dmonster.cc5931 if (type == MONS_ROYAL_JELLY && !is_summoned()) in react_to_damage()
H A Dgod-abil.cc5337 if (mons->type == MONS_ROYAL_JELLY && !mons->is_summoned()) in uskayaw_grand_finale()
H A Dmon-data.h6661 MONS_ROYAL_JELLY, 'J', YELLOW, "the Royal Jelly",
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dspells3.cc535 if (monster_on_level(MONS_ROYAL_JELLY)) in allow_control_teleport()
H A Dfight.cc1024 || defender->type == MONS_ROYAL_JELLY) in you_attack()
2420 case MONS_ROYAL_JELLY: in monster_attack()
H A Dmon-data.h2676 MONS_ROYAL_JELLY, 'J', YELLOW, "royal jelly",
2678 0, 20, MONS_ROYAL_JELLY, MH_NATURAL, -7,
H A Dmon-util.cc275 || (mc >= MONS_NAGA_MAGE && mc <= MONS_ROYAL_JELLY) in mons_is_unique()
H A Denum.h1652 MONS_ROYAL_JELLY, enumerator
H A Dspells4.cc233 case MONS_ROYAL_JELLY: in shatter_monsters()
H A Ddescribe.cc5396 case MONS_ROYAL_JELLY: in describe_monsters()
H A Dmaps.cc2091 mons_array[0] = MONS_ROYAL_JELLY; in slime_pit()
H A Dmonstuff.cc3721 || monster->type == MONS_ROYAL_JELLY) in handle_pickup()