Home
last modified time | relevance | path

Searched refs:OBJ_UNASSIGNED (Results 1 – 25 of 28) sorted by relevance

12

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dwiz-dump.cc157 if (kind.base_type != OBJ_UNASSIGNED) in _find_real_item_kind()
165 item_kind err = {OBJ_UNASSIGNED, 0, 0, 0}; in _find_real_item_kind()
313 if (parsed.base_type == OBJ_UNASSIGNED) in _item_from_string()
317 if (parsed.base_type != OBJ_UNASSIGNED) in _item_from_string()
550 if (item.base_type == OBJ_UNASSIGNED) in _check_equipment()
H A Dobject-class-type.h30 OBJ_UNASSIGNED = 100, enumerator
H A Ditem-def.h85 item_def() : base_type(OBJ_UNASSIGNED), sub_type(0), plus(0), plus2(0), in item_def()
H A Dmon-gear.cc1000 item.base_type = OBJ_UNASSIGNED; in make_mons_weapon()
1222 if (item.base_type == OBJ_UNASSIGNED) in make_mons_weapon()
1723 item.base_type = OBJ_UNASSIGNED; in make_mons_armour()
2140 if (item.base_type == OBJ_UNASSIGNED) in make_mons_armour()
H A Ddbg-asrt.cc315 if (item.base_type == OBJ_UNASSIGNED && item.quantity != 0) in _dump_player()
321 else if (item.base_type != OBJ_UNASSIGNED && item.quantity < 1) in _dump_player()
H A Dmon-transit.cc285 if (items[i].base_type == OBJ_UNASSIGNED) in restore_mons_items()
H A Ditems.cc431 you.inv[obj].base_type = OBJ_UNASSIGNED; in dec_inv_item_quantity()
626 env.item[dest].base_type = OBJ_UNASSIGNED; in unlink_item()
3413 return base_type != OBJ_UNASSIGNED && quantity > 0; in defined()
4008 case OBJ_UNASSIGNED: in get_colour()
4152 item.base_type = OBJ_UNASSIGNED; in _rune_from_specs()
4216 if (item->base_type == OBJ_UNASSIGNED) in get_item_by_name()
H A Dwiz-item.cc558 if (entry->base_type == OBJ_UNASSIGNED) in wizard_create_all_artefacts()
839 env.item[p].base_type = OBJ_UNASSIGNED; in _debug_acquirement_stats()
H A Dplayer-act.cc355 const bool two_handed = item.base_type == OBJ_UNASSIGNED in can_wield()
H A Dactor.cc74 fake.base_type = OBJ_UNASSIGNED; in can_wield()
H A Ddbg-objstat.cc280 type = OBJ_UNASSIGNED; in _item_orig_base_type()
H A Dlookup-help.cc437 return item_kind_by_name(key).base_type == OBJ_UNASSIGNED; in _item_filter()
H A Dmapdef.cc4256 const auto base = unrand && unrand->base_type != OBJ_UNASSIGNED in parse_mons_spec()
4258 const auto sub = unrand && unrand->base_type != OBJ_UNASSIGNED in parse_mons_spec()
5558 result.base_type = OBJ_UNASSIGNED; in parse_single_spec()
5703 if (parsed.base_type != OBJ_UNASSIGNED) in parse_raw_name()
H A Dartefact.cc1351 if (entry->base_type == OBJ_UNASSIGNED) in find_okay_unrandart()
H A Dmakeitem.cc1700 if (unrand.fallback_base_type != OBJ_UNASSIGNED) in _setup_fallback_randart()
H A Dreligion.cc1288 object_class_type basetype = OBJ_UNASSIGNED; in _give_pakellas_gift()
1333 if (basetype == OBJ_UNASSIGNED) in _give_pakellas_gift()
H A Ddungeon.cc1715 item.base_type = OBJ_UNASSIGNED; in fixup_misplaced_items()
4757 if (spec.base_type == OBJ_UNASSIGNED) in dgn_place_item()
4919 if (spec.base_type == OBJ_UNASSIGNED) in _dgn_give_mon_spec_items()
H A Ditem-name.cc3283 { OBJ_UNASSIGNED, 0, 0, 0 }); in item_kind_by_name()
H A Dmonster.cc540 if (item.base_type != OBJ_WEAPONS && item.base_type != OBJ_UNASSIGNED) in can_wield()
579 const bool two_handed = item.base_type == OBJ_UNASSIGNED in can_wield()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/catch2-tests/
H A Dtest_player_fixture.cc58 you.inv[i].base_type = OBJ_UNASSIGNED; in destroy_items_in_player_inventory()
H A Dtest_items.cc32 REQUIRE(you.inv[i].base_type == OBJ_UNASSIGNED);
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Ditems.cc203 return (item.base_type != OBJ_UNASSIGNED && item.quantity > 0); in is_valid_item()
231 you.inv[obj].base_type = OBJ_UNASSIGNED; in dec_inv_item_quantity()
281 mitm[item].base_type = OBJ_UNASSIGNED; in init_item()
417 mitm[dest].base_type = OBJ_UNASSIGNED; in unlink_item()
474 mitm[dest].base_type = OBJ_UNASSIGNED; in destroy_item()
501 mitm[o].base_type = OBJ_UNASSIGNED; in destroy_item_stack()
H A Ddebug.cc727 int class_wanted = OBJ_UNASSIGNED; in create_spec_object()
781 if (class_wanted != OBJ_UNASSIGNED) in create_spec_object()
H A Dspells3.cc457 mitm[i].base_type = OBJ_UNASSIGNED; in dancing_weapon()
H A Denum.h2151 OBJ_UNASSIGNED = 100, // must remain set to 100 {dlb} enumerator

12