Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Darena.cc247 static bool banned_glyphs[128]; variable
502 if (gly < ARRAYSZ(banned_glyphs)) in parse_monster_spec()
503 banned_glyphs[gly] = true; in parse_monster_spec()
990 memset(banned_glyphs, 0, sizeof(banned_glyphs)); in global_setup()
1160 if (!(mons_char(type) & ~127) && arena::banned_glyphs[mons_char(type)]) in arena_veto_random_monster()
1190 && arena::banned_glyphs[mons_char(mg.cls)]; in arena_veto_place_monster()