Home
last modified time | relevance | path

Searched refs:MONS_TRAINING_DUMMY (Results 1 – 5 of 5) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmonster-type.h599 MONS_TRAINING_DUMMY, enumerator
H A Dtiledgnbuf.cc98 if (!mons_class_is_stationary(mon.type) || mon.type == MONS_TRAINING_DUMMY) in add_monster()
H A Dtileview.cc998 && mon.type != MONS_TRAINING_DUMMY) in _tile_place_monster()
H A Dmon-data.h5992 MONS_TRAINING_DUMMY, '8', LIGHTGREY, "training dummy",
5995 10, MONS_TRAINING_DUMMY, MONS_TRAINING_DUMMY, MH_NONLIVING, WILL_INVULN,
H A Ddescribe.cc5095 if (!mons_class_is_stationary(mi.type) || mi.type == MONS_TRAINING_DUMMY) in describe_monsters()