Home
last modified time | relevance | path

Searched refs:MONS_OKLOB_PLANT (Results 1 – 14 of 14) sorted by relevance

/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dmon-pick.cc1323 case MONS_OKLOB_PLANT: in mons_lair_level()
1439 case MONS_OKLOB_PLANT: in mons_lair_rare()
2291 case MONS_OKLOB_PLANT: in mons_standard_level()
2676 case MONS_OKLOB_PLANT: in mons_standard_rare()
H A Dstuff.cc98 || (fmenv->type == MONS_OKLOB_PLANT) in tag_followers()
H A Dmonstuff.cc1341 bool isMobile = !(mon->type == MONS_OKLOB_PLANT in handle_behaviour()
2381 case MONS_OKLOB_PLANT: in handle_special_ability()
3652 if (monster->type == -1 || monster->type == MONS_OKLOB_PLANT in handle_monsters()
H A Dmon-data.h806 MONS_OKLOB_PLANT, 'P', GREEN, "oklob plant",
808 0, 10, MONS_OKLOB_PLANT, MH_PLANT, -3,
H A Denum.h1470 MONS_OKLOB_PLANT, enumerator
H A Ddescribe.cc4958 case MONS_OKLOB_PLANT: in describe_monsters()
H A Dmaps.cc987 mons_array[5] = MONS_OKLOB_PLANT; in farm_and_country()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dgod-wrath.cc1639 mgen_data temp = _wrath_mon_data(MONS_OKLOB_PLANT, god); in _fedhas_summon_plants()
1655 temp.cls = MONS_OKLOB_PLANT; in _fedhas_summon_plants()
1678 : MONS_OKLOB_PLANT; in _fedhas_summon_plants()
H A Dspl-summoning.cc2884 1, MONS_OKLOB_PLANT); in _overgrow_wall()
2998 if (!monster_habitable_grid(MONS_OKLOB_PLANT, env.grid(beam.target))) in fedhas_grow_oklob()
3022 mgen_data mgen(MONS_OKLOB_PLANT, BEH_FRIENDLY, beam.target, MHITYOU, in fedhas_grow_oklob()
3024 mgen.hd = mons_class_hit_dice(MONS_OKLOB_PLANT) + in fedhas_grow_oklob()
H A Dmon-pick-data.h287 { 2, 7, 25, PEAK, MONS_OKLOB_PLANT },
781 { 1, 9, 75, SEMI, MONS_OKLOB_PLANT },
H A Dmonster-type.h352 MONS_OKLOB_PLANT, enumerator
H A Dgod-abil.cc1948 && (mons_species(target->type) != MONS_OKLOB_PLANT in fedhas_passthrough()
1956 && (mons_species(target->type) != MONS_OKLOB_PLANT in fedhas_passthrough()
H A Dmon-data.h3916 10, MONS_PLANT, MONS_OKLOB_PLANT, MH_PLANT, 20,
3926 MONS_OKLOB_PLANT, 'P', LIGHTGREEN, "oklob plant",
3929 10, MONS_PLANT, MONS_OKLOB_PLANT, MH_PLANT, 40,
H A Dmonster.cc2694 if (type == MONS_OKLOB_PLANT && !spells.empty() in set_hit_dice()