Home
last modified time | relevance | path

Searched refs:get_ammo_brand (Results 1 – 22 of 22) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dgod-item.cc108 const int item_brand = get_ammo_brand(item); in is_potentially_evil_item()
212 const int item_brand = get_ammo_brand(item); in is_chaotic_item()
254 const int item_brand = get_ammo_brand(item); in _is_potentially_hasty_item()
H A Dthrow.cc196 if (get_ammo_brand(*item) == SPMSL_SILVER && mi.is(MB_CHAOTIC)) in get_monster_desc()
210 special_missile_type brand = get_ammo_brand(*item); in get_monster_desc()
499 && get_ammo_brand(item) == SPMSL_EXPLODING) in _setup_missile_beam()
756 const int ammo_brand = get_ammo_brand(item); in throw_it()
1015 const int brand = get_ammo_brand(*item); in thrown_object_destroyed()
H A Dranged-attack.cc249 damage_done = dart_duration_roll(get_ammo_brand(*projectile)); in handle_phase_hit()
389 && get_ammo_brand(*projectile) != SPMSL_NORMAL in apply_damage_brand()
573 special_missile_type brand = get_ammo_brand(*projectile); in apply_missile_brand()
H A Ditem-prop.h87 special_missile_type get_ammo_brand(const item_def &item) PURE;
H A Dmakeitem.cc693 || (item.sub_type == MI_DART && get_ammo_brand(item) != SPMSL_POISONED) in _generate_missile_item()
695 || get_ammo_brand(item) == SPMSL_RETURNING in _generate_missile_item()
706 if (get_ammo_brand(item) == SPMSL_NORMAL) in _generate_missile_item()
H A Ditem-prop.cc1123 special_missile_type get_ammo_brand(const item_def &item) in get_ammo_brand() function
1994 const int brand = get_ammo_brand(missile); in ammo_always_destroyed()
H A Dmonster.cc1958 const int item_brand = get_ammo_brand(item); in pickup_missile()
1967 || get_ammo_brand(*miss) == SPMSL_NORMAL in pickup_missile()
1981 && get_ammo_brand(*miss) == SPMSL_NORMAL in pickup_missile()
1982 && get_ammo_brand(item) != SPMSL_NORMAL) in pickup_missile()
H A Ddbg-objstat.cc532 brand = get_ammo_brand(item); in objstat_item()
H A Dmon-gear.cc1347 const int ammo_brand = get_ammo_brand(env.item[thing_created]); in _give_ammo()
H A Dshopping.cc283 switch (get_ammo_brand(item)) in item_value()
H A Ditem-name.cc1489 special_missile_type msl_brand = get_ammo_brand(*this); in name_aux()
H A Dxom.cc767 if (get_ammo_brand(item) == SPMSL_NORMAL) in _is_chaos_upgradeable()
H A Dtilepick.cc3960 switch (get_ammo_brand(item)) in tileidx_known_brand()
H A Ditems.cc783 return get_ammo_brand(item) != SPMSL_NORMAL; in item_is_branded()
H A Dmon-util.cc3901 switch (get_ammo_brand(*missile)) in mons_has_incapacitating_ranged_attack()
H A Dbeam.cc4470 m_brand = get_ammo_brand(*item); in monster_post_hit()
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Ditemname.h120 int get_ammo_brand( const item_def &item );
H A Dspells3.cc821 || get_ammo_brand( you.inv[ammo] ) != SPMSL_NORMAL in cast_poison_ammo()
H A Ditemname.cc317 int get_ammo_brand( const item_def &item ) in get_ammo_brand() function
806 brand = get_ammo_brand( item ); in item_name_2()
H A Dmstuff2.cc971 const int ammo_brand = get_ammo_brand( item ); in mons_throw()
H A Ditem_use.cc1244 const int ammo_brand = get_ammo_brand( item ); in throw_it()
H A Ddungeon.cc1367 if (get_ammo_brand( mitm[p] ) != SPMSL_NORMAL ) in items()