Home
last modified time | relevance | path

Searched refs:MONS_PLAYER (Results 1 – 20 of 20) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dform-data.h64 transformation::none, MONS_PLAYER, "", "", "none",
88 transformation::blade_hands, MONS_PLAYER, "Blade", "", "blade",
179 transformation::appendage, MONS_PLAYER, "App", "appendages", "appendages",
H A Dbloodspatter.cc177 if (montype == MONS_PLAYER && !you.can_bleed()) in bleed_onto_floor()
180 if (montype != NUM_MONSTERS && montype != MONS_PLAYER) in bleed_onto_floor()
H A Dtilemcache.cc1266 if (mtype == MONS_PLAYER in info()
1282 if (mtype == MONS_PLAYER in info()
1303 bool have_weapon_offs = (mon.type == MONS_PLAYER in valid()
1306 bool have_shield_offs = (mon.type == MONS_PLAYER in valid()
H A Dtiledoll.cc636 monster_info minfo(MONS_PLAYER, MONS_PLAYER); in pack_doll_buf()
H A Dmonster-type.h906 MONS_PLAYER, // a certain ugly creature enumerator
H A Ddbg-scan.cc316 ASSERT(you.type == MONS_PLAYER); in debug_mons_scan()
H A Dmovement.cc161 bleed_onto_floor(you.pos(), MONS_PLAYER, 2, false); in apply_barbs_damage()
H A Ddelay.cc773 blood_spray(you.pos(), MONS_PLAYER, 10); in finish()
H A Dstartup.cc82 you.symbol = MONS_PLAYER; in _initialize()
H A Dmon-util.cc1633 if (mc == MONS_PLAYER in mons_class_colour()
1634 && Options.mon_glyph_overrides.count(MONS_PLAYER) in mons_class_colour()
1635 && Options.mon_glyph_overrides[MONS_PLAYER].col) in mons_class_colour()
1637 return Options.mon_glyph_overrides[MONS_PLAYER].col; in mons_class_colour()
H A Dtileweb.cc1517 monster_info minfo(MONS_PLAYER, MONS_PLAYER); in _send_cell()
H A Dtraps.cc641 bleed_onto_floor(you.pos(), MONS_PLAYER, damage, true); in trigger()
H A Ddecks.cc1490 mon->type = MONS_PLAYER; in _illusion_card()
H A Dbeam.cc3438 blood_spray(you.pos(), MONS_PLAYER, amt / 5); in affect_player_enchantment()
3863 bleed_onto_floor(you.pos(), MONS_PLAYER, blood, true); in affect_player()
3901 blood_spray(you.pos(), MONS_PLAYER, final_dam / 5); in affect_player()
H A Dplayer.cc655 if (mons != MONS_PLAYER) in player_mons()
4877 type = MONS_PLAYER; in player()
4925 symbol = MONS_PLAYER; in player()
H A Dinitfile.cc2197 tile_use_monster = MONS_PLAYER; in set_player_tile()
2233 tile_use_monster = MONS_PLAYER; in set_player_tile()
H A Dtilepick.cc2154 if (Options.tile_use_monster == MONS_PLAYER) in tileidx_player_mons()
H A Dmonster.cc2222 case MONS_PLAYER: in _invalid_monster_str()
H A Dmon-data.h5124 DUMMY(MONS_PLAYER, '@', LIGHTGREY, "player", TILEP_MONS_PLAYER_GHOST)
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/util/
H A Dwhat_is_left.sh79 …ns_file | grep " MONS_" | grep -v -e MONS_NO_MONSTER -e MONS_SENSED -e MONS_PLAYER -e MONS_PROGRAM…