Home
last modified time | relevance | path

Searched refs:MONS_GHOST_CRAB (Results 1 – 4 of 4) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmonster-type.h198 MONS_GHOST_CRAB,
1055 MONS_GHOST_CRAB, enumerator
H A Dmon-pick-data.h324 { 1, 4, 200, FLAT, MONS_GHOST_CRAB },
325 { 1, 4, 300, RISE, MONS_GHOST_CRAB },
741 { 1, 7, 230, SEMI, MONS_GHOST_CRAB },
H A Dmon-data.h2189 MONS_GHOST_CRAB, 't', LIGHTGREY, "ghost crab",
2192 25, MONS_CRAB, MONS_GHOST_CRAB, MH_UNDEAD, 40,
H A Dmon-util.cc4069 && (m2.type == MONS_REVENANT || m2.type == MONS_GHOST_CRAB)) in monster_senior()