Home
last modified time | relevance | path

Searched refs:you (Results 1 – 25 of 20908) sorted by relevance

12345678910>>...837

/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dnewgame.cc133 if (you.skills[SK_ICE_MAGIC] > you.skills[SK_FIRE_MAGIC] in give_first_conjuration_book()
134 || (you.skills[SK_FIRE_MAGIC] == you.skills[SK_ICE_MAGIC] in give_first_conjuration_book()
330 strcpy( you.class_name, get_class_name( you.char_class ) ); in new_game()
371 you.is_undead = ((you.species == SP_MUMMY) ? US_UNDEAD : in new_game()
501 you.max_dex = you.dex; in new_game()
502 you.max_strength = you.strength; in new_game()
503 you.max_intel = you.intel; in new_game()
533 you.had_book[you.inv[i].sub_type] = 1; in new_game()
1475 you.dex = 0; in init_player()
2917 if (!class_allowed(you.species, you.char_class)) in choose_class()
[all …]
H A Doutput.cc65 if (you.hp <= (you.hp_max * hp_warn) / 100) in print_stats()
116 else if (you.strength < you.max_strength) in print_stats()
122 if (you.strength != you.max_strength) in print_stats()
147 if (you.intel < you.max_intel) in print_stats()
153 if (you.intel != you.max_intel) in print_stats()
176 if (you.dex < you.max_dex) in print_stats()
182 if (you.dex != you.max_dex) in print_stats()
246 you.experience_level, you.experience, you.exp_available ); in print_stats()
362 cprintf( " (%d:%d) ", you.hunger - you.old_hunger, you.hunger ); in print_stats()
513 if (you.slow && !you.haste) in print_stats()
[all …]
H A Dplayer.cc134 return (you.penance[you.religion]); in player_under_penance()
481 if (you.haste > 0 && !you.berserker) in player_hunger_rate()
1662 you.burden += mass_item( you.inv[bu] ) * you.inv[bu].quantity; in burden_change()
2588 if (you.slow && you.haste) in display_char_status()
2623 if (you.rotting || you.species == SP_GHOUL) in display_char_status()
3249 if (you.magic_points > you.max_magic_points) in inc_mp()
3250 you.magic_points = you.max_magic_points; in inc_mp()
3269 if (you.hp > you.hp_max) in inc_hp()
3270 you.hp = you.hp_max; in inc_hp()
3367 if (you.hp > you.hp_max) in set_hp()
[all …]
H A Dacr.cc275 you.your_name, species_name( you.species,you.experience_level ), you.class_name ); in main()
820 if (env.cgrid[you.x_pos + you.run_x][you.y_pos + you.run_y] != EMPTY_CLOUD) in check_stop_running()
823 if (mgrd[you.x_pos + you.run_x][you.y_pos + you.run_y] != NON_MONSTER) in check_stop_running()
1991 make_shuggoth(you.x_pos, you.y_pos, 1 + you.hp / 2); in input()
2253 if (you.hp < you.hp_max && !you.disease && !you.deaths_door) in input()
2258 if (you.hp >= you.hp_max - 1 in input()
2259 && you.running && you.run_x == 0 && you.run_y == 0) in input()
2281 && you.running && you.run_x == 0 && you.run_y == 0) in input()
2301 you.elapsed_time += you.time_taken; in input()
2303 if (you.synch_time <= you.time_taken) in input()
[all …]
H A Dreligion.cc122 if (silenced(you.x_pos, you.y_pos)) in pray()
132 && grd[you.x_pos][you.y_pos] == 179 + you.religion) in pray()
136 else if (grd[you.x_pos][you.y_pos] >= 180 in pray()
137 && grd[you.x_pos][you.y_pos] <= 199) in pray()
144 god_pitch(grd[you.x_pos][you.y_pos] - 179); in pray()
224 if (!you.penance[you.religion] && !you.gift_timeout && !was_praying) in pray()
1087 if (you.penance[you.religion] > 0) in gain_piety()
2238 i = igrd[you.x_pos][you.y_pos]; in altar_prayer()
2378 if (you.worshipped[you.religion] < 100) in god_pitch()
2379 you.worshipped[you.religion]++; in god_pitch()
[all …]
H A Dtransfor.cc80 if (item_cursed( you.inv[ you.equip[i] ] )) in check_for_cursed_equipment()
237 if (you.duration[DUR_STONEMAIL] || you.duration[DUR_STONESKIN]) in transform()
405 && (grd[you.x_pos][you.y_pos] == DNGN_LAVA in untransform()
406 || grd[you.x_pos][you.y_pos] == DNGN_DEEP_WATER in untransform()
407 || grd[you.x_pos][you.y_pos] == DNGN_SHALLOW_WATER)) in untransform()
410 && grd[you.x_pos][you.y_pos] != DNGN_LAVA) in untransform()
416 if (grd[you.x_pos][you.y_pos] != DNGN_SHALLOW_WATER) in untransform()
417 fall_into_a_pool( true, grd[you.x_pos][you.y_pos] ); in untransform()
441 if ((you.species == SP_NAGA || you.species == SP_CENTAUR) in untransform()
527 you.hp /= 10; in extra_hp()
[all …]
H A Dspells1.cc54 else if (you.conf) in blink()
126 else if (!random_near_space(you.x_pos, you.y_pos, tx, ty)) in random_blink()
133 else if (you.attribute[ATTR_CONTROL_TELEPORT] && !you.conf in random_blink()
395 mgr = mgrd[you.x_pos + bmove.dx][you.y_pos + bmove.dy]; in healing_spell()
463 if (you.hp == you.hp_max) in cast_revivification()
502 you.conf = 0; in purification()
503 you.slow = 0; in purification()
586 if (you.slow) in antimagic()
592 if (you.conf) in antimagic()
672 if (you.slow) in extension()
[all …]
H A Ditem_use.cc103 && item_cursed( you.inv[you.equip[EQ_WEAPON]] )) in wield_weapon()
223 if ((you.is_undead || you.species == SP_DEMONSPAWN) in wield_weapon()
1673 noisy( 6, you.x_pos, you.y_pos ); in throw_it()
2299 switch (grd[you.x_pos][you.y_pos]) in drink_fountain()
2345 switch (grd[you.x_pos][you.y_pos]) in drink_fountain()
2676 if (silenced(you.x_pos, you.y_pos)) in handle_read_book()
2763 if (silenced(you.x_pos, you.y_pos)) in read_scroll()
2848 noisy( 25, you.x_pos, you.y_pos ); in read_scroll()
2853 you.x_pos, you.y_pos, you.pet_target, 250 ) != -1) in read_scroll()
2880 torment( you.x_pos, you.y_pos ); in read_scroll()
[all …]
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dplayer-reacts.cc226 if (!you.duration[DUR_PARALYSIS] && !you.petrified()) in _decrement_paralysis()
443 you.awaken(); in player_reacts_to_monsters()
495 noisy(you.shout_volume(), you.pos()); in _handle_recitation()
660 if (you.piety < MAX_PIETY && you.duration[DUR_PIETY_POOL] > 0 in _decrement_durations()
713 && you.hp > you.attribute[ATTR_DEATHS_DOOR_HP]) in _decrement_durations()
834 if (you.hp != you.hp_max || you.get_mutation_level(MUT_NO_REGENERATION)) in _update_equipment_attunement_by_health()
842 if (you.melded[slot] || you.equip[slot] == -1 || you.activated[slot]) in _update_equipment_attunement_by_health()
844 const item_def &arm = you.inv[you.equip[slot]]; in _update_equipment_attunement_by_health()
878 if (you.magic_points == you.max_magic_points in _update_mana_regen_amulet_attunement()
930 if (you.magic_points < you.max_magic_points) in _regenerate_hp_and_mp()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/tests/data/
H A Dtest106023 And you should ignore this data. aaaaaaaaaaaaaaaa
24 And you should ignore this data. aaaaaaaaaaaaaaaa
25 And you should ignore this data. aaaaaaaaaaaaaaaa
26 And you should ignore this data. aaaaaaaaaaaaaaaa
27 And you should ignore this data. aaaaaaaaaaaaaaaa
28 And you should ignore this data. aaaaaaaaaaaaaaaa
29 And you should ignore this data. aaaaaaaaaaaaaaaa
30 And you should ignore this data. aaaaaaaaaaaaaaaa
31 And you should ignore this data. aaaaaaaaaaaaaaaa
32 And you should ignore this data. aaaaaaaaaaaaaaaa
[all …]
H A Dtest106125 And you should ignore this data. aaaaaaaaaaaaaaaa
26 And you should ignore this data. aaaaaaaaaaaaaaaa
27 And you should ignore this data. aaaaaaaaaaaaaaaa
28 And you should ignore this data. aaaaaaaaaaaaaaaa
29 And you should ignore this data. aaaaaaaaaaaaaaaa
30 And you should ignore this data. aaaaaaaaaaaaaaaa
31 And you should ignore this data. aaaaaaaaaaaaaaaa
32 And you should ignore this data. aaaaaaaaaaaaaaaa
33 And you should ignore this data. aaaaaaaaaaaaaaaa
34 And you should ignore this data. aaaaaaaaaaaaaaaa
[all …]
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/tests/data/
H A Dtest106023 And you should ignore this data. aaaaaaaaaaaaaaaa
24 And you should ignore this data. aaaaaaaaaaaaaaaa
25 And you should ignore this data. aaaaaaaaaaaaaaaa
26 And you should ignore this data. aaaaaaaaaaaaaaaa
27 And you should ignore this data. aaaaaaaaaaaaaaaa
28 And you should ignore this data. aaaaaaaaaaaaaaaa
29 And you should ignore this data. aaaaaaaaaaaaaaaa
30 And you should ignore this data. aaaaaaaaaaaaaaaa
31 And you should ignore this data. aaaaaaaaaaaaaaaa
32 And you should ignore this data. aaaaaaaaaaaaaaaa
[all …]
H A Dtest106125 And you should ignore this data. aaaaaaaaaaaaaaaa
26 And you should ignore this data. aaaaaaaaaaaaaaaa
27 And you should ignore this data. aaaaaaaaaaaaaaaa
28 And you should ignore this data. aaaaaaaaaaaaaaaa
29 And you should ignore this data. aaaaaaaaaaaaaaaa
30 And you should ignore this data. aaaaaaaaaaaaaaaa
31 And you should ignore this data. aaaaaaaaaaaaaaaa
32 And you should ignore this data. aaaaaaaaaaaaaaaa
33 And you should ignore this data. aaaaaaaaaaaaaaaa
34 And you should ignore this data. aaaaaaaaaaaaaaaa
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/tests/data/
H A Dtest106023 And you should ignore this data. aaaaaaaaaaaaaaaa
24 And you should ignore this data. aaaaaaaaaaaaaaaa
25 And you should ignore this data. aaaaaaaaaaaaaaaa
26 And you should ignore this data. aaaaaaaaaaaaaaaa
27 And you should ignore this data. aaaaaaaaaaaaaaaa
28 And you should ignore this data. aaaaaaaaaaaaaaaa
29 And you should ignore this data. aaaaaaaaaaaaaaaa
30 And you should ignore this data. aaaaaaaaaaaaaaaa
31 And you should ignore this data. aaaaaaaaaaaaaaaa
32 And you should ignore this data. aaaaaaaaaaaaaaaa
[all …]
H A Dtest106125 And you should ignore this data. aaaaaaaaaaaaaaaa
26 And you should ignore this data. aaaaaaaaaaaaaaaa
27 And you should ignore this data. aaaaaaaaaaaaaaaa
28 And you should ignore this data. aaaaaaaaaaaaaaaa
29 And you should ignore this data. aaaaaaaaaaaaaaaa
30 And you should ignore this data. aaaaaaaaaaaaaaaa
31 And you should ignore this data. aaaaaaaaaaaaaaaa
32 And you should ignore this data. aaaaaaaaaaaaaaaa
33 And you should ignore this data. aaaaaaaaaaaaaaaa
34 And you should ignore this data. aaaaaaaaaaaaaaaa
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/tests/data/
H A Dtest106023 And you should ignore this data. aaaaaaaaaaaaaaaa
24 And you should ignore this data. aaaaaaaaaaaaaaaa
25 And you should ignore this data. aaaaaaaaaaaaaaaa
26 And you should ignore this data. aaaaaaaaaaaaaaaa
27 And you should ignore this data. aaaaaaaaaaaaaaaa
28 And you should ignore this data. aaaaaaaaaaaaaaaa
29 And you should ignore this data. aaaaaaaaaaaaaaaa
30 And you should ignore this data. aaaaaaaaaaaaaaaa
31 And you should ignore this data. aaaaaaaaaaaaaaaa
32 And you should ignore this data. aaaaaaaaaaaaaaaa
[all …]
H A Dtest106125 And you should ignore this data. aaaaaaaaaaaaaaaa
26 And you should ignore this data. aaaaaaaaaaaaaaaa
27 And you should ignore this data. aaaaaaaaaaaaaaaa
28 And you should ignore this data. aaaaaaaaaaaaaaaa
29 And you should ignore this data. aaaaaaaaaaaaaaaa
30 And you should ignore this data. aaaaaaaaaaaaaaaa
31 And you should ignore this data. aaaaaaaaaaaaaaaa
32 And you should ignore this data. aaaaaaaaaaaaaaaa
33 And you should ignore this data. aaaaaaaaaaaaaaaa
34 And you should ignore this data. aaaaaaaaaaaaaaaa
[all …]
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/tests/data/
H A Dtest106023 And you should ignore this data. aaaaaaaaaaaaaaaa
24 And you should ignore this data. aaaaaaaaaaaaaaaa
25 And you should ignore this data. aaaaaaaaaaaaaaaa
26 And you should ignore this data. aaaaaaaaaaaaaaaa
27 And you should ignore this data. aaaaaaaaaaaaaaaa
28 And you should ignore this data. aaaaaaaaaaaaaaaa
29 And you should ignore this data. aaaaaaaaaaaaaaaa
30 And you should ignore this data. aaaaaaaaaaaaaaaa
31 And you should ignore this data. aaaaaaaaaaaaaaaa
32 And you should ignore this data. aaaaaaaaaaaaaaaa
[all …]
H A Dtest106125 And you should ignore this data. aaaaaaaaaaaaaaaa
26 And you should ignore this data. aaaaaaaaaaaaaaaa
27 And you should ignore this data. aaaaaaaaaaaaaaaa
28 And you should ignore this data. aaaaaaaaaaaaaaaa
29 And you should ignore this data. aaaaaaaaaaaaaaaa
30 And you should ignore this data. aaaaaaaaaaaaaaaa
31 And you should ignore this data. aaaaaaaaaaaaaaaa
32 And you should ignore this data. aaaaaaaaaaaaaaaa
33 And you should ignore this data. aaaaaaaaaaaaaaaa
34 And you should ignore this data. aaaaaaaaaaaaaaaa
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/tests/data/
H A Dtest106125 And you should ignore this data. aaaaaaaaaaaaaaaa
26 And you should ignore this data. aaaaaaaaaaaaaaaa
27 And you should ignore this data. aaaaaaaaaaaaaaaa
28 And you should ignore this data. aaaaaaaaaaaaaaaa
29 And you should ignore this data. aaaaaaaaaaaaaaaa
30 And you should ignore this data. aaaaaaaaaaaaaaaa
31 And you should ignore this data. aaaaaaaaaaaaaaaa
32 And you should ignore this data. aaaaaaaaaaaaaaaa
33 And you should ignore this data. aaaaaaaaaaaaaaaa
34 And you should ignore this data. aaaaaaaaaaaaaaaa
[all …]
H A Dtest106023 And you should ignore this data. aaaaaaaaaaaaaaaa
24 And you should ignore this data. aaaaaaaaaaaaaaaa
25 And you should ignore this data. aaaaaaaaaaaaaaaa
26 And you should ignore this data. aaaaaaaaaaaaaaaa
27 And you should ignore this data. aaaaaaaaaaaaaaaa
28 And you should ignore this data. aaaaaaaaaaaaaaaa
29 And you should ignore this data. aaaaaaaaaaaaaaaa
30 And you should ignore this data. aaaaaaaaaaaaaaaa
31 And you should ignore this data. aaaaaaaaaaaaaaaa
32 And you should ignore this data. aaaaaaaaaaaaaaaa
[all …]
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/curl-sys-0.4.39+curl-7.74.0/curl/tests/data/
H A Dtest106023 And you should ignore this data. aaaaaaaaaaaaaaaa
24 And you should ignore this data. aaaaaaaaaaaaaaaa
25 And you should ignore this data. aaaaaaaaaaaaaaaa
26 And you should ignore this data. aaaaaaaaaaaaaaaa
27 And you should ignore this data. aaaaaaaaaaaaaaaa
28 And you should ignore this data. aaaaaaaaaaaaaaaa
29 And you should ignore this data. aaaaaaaaaaaaaaaa
30 And you should ignore this data. aaaaaaaaaaaaaaaa
31 And you should ignore this data. aaaaaaaaaaaaaaaa
32 And you should ignore this data. aaaaaaaaaaaaaaaa
[all …]
H A Dtest106125 And you should ignore this data. aaaaaaaaaaaaaaaa
26 And you should ignore this data. aaaaaaaaaaaaaaaa
27 And you should ignore this data. aaaaaaaaaaaaaaaa
28 And you should ignore this data. aaaaaaaaaaaaaaaa
29 And you should ignore this data. aaaaaaaaaaaaaaaa
30 And you should ignore this data. aaaaaaaaaaaaaaaa
31 And you should ignore this data. aaaaaaaaaaaaaaaa
32 And you should ignore this data. aaaaaaaaaaaaaaaa
33 And you should ignore this data. aaaaaaaaaaaaaaaa
34 And you should ignore this data. aaaaaaaaaaaaaaaa
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/tests/data/
H A Dtest106125 And you should ignore this data. aaaaaaaaaaaaaaaa
26 And you should ignore this data. aaaaaaaaaaaaaaaa
27 And you should ignore this data. aaaaaaaaaaaaaaaa
28 And you should ignore this data. aaaaaaaaaaaaaaaa
29 And you should ignore this data. aaaaaaaaaaaaaaaa
30 And you should ignore this data. aaaaaaaaaaaaaaaa
31 And you should ignore this data. aaaaaaaaaaaaaaaa
32 And you should ignore this data. aaaaaaaaaaaaaaaa
33 And you should ignore this data. aaaaaaaaaaaaaaaa
34 And you should ignore this data. aaaaaaaaaaaaaaaa
[all …]
H A Dtest106023 And you should ignore this data. aaaaaaaaaaaaaaaa
24 And you should ignore this data. aaaaaaaaaaaaaaaa
25 And you should ignore this data. aaaaaaaaaaaaaaaa
26 And you should ignore this data. aaaaaaaaaaaaaaaa
27 And you should ignore this data. aaaaaaaaaaaaaaaa
28 And you should ignore this data. aaaaaaaaaaaaaaaa
29 And you should ignore this data. aaaaaaaaaaaaaaaa
30 And you should ignore this data. aaaaaaaaaaaaaaaa
31 And you should ignore this data. aaaaaaaaaaaaaaaa
32 And you should ignore this data. aaaaaaaaaaaaaaaa
[all …]

12345678910>>...837