Home
last modified time | relevance | path

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

/dports/games/avanor/avanor-0.5.8/game/
H A Dmainloc.cpp152 new XFurniture(26, 51, xLIGHTRED, '~', "bed", this); in XMainLocation()
199 new XFurniture(165, 13, xLIGHTRED, '~', "eternal flame", this); in XMainLocation()
205 new XFurniture(172, 9, xLIGHTRED, '~', "royal bed", this); in XMainLocation()
324 new XFurniture(37, 10, xLIGHTRED, '~', "nice bed", this); in XYohjiTower()
/dports/games/avanor/avanor-0.5.8/global/
H A Dglobal.h92 xLIGHTBLUE, xLIGHTGREEN, xLIGHTCYAN, xLIGHTRED, xLIGHTMAGENTA, xYELLOW, enumerator
H A Dglobal.cpp116 init_pair(xLIGHTRED, COLOR_RED, COLOR_BLACK); in vInit()
/dports/games/avanor/avanor-0.5.8/item/
H A Dxpotion.cpp45 /* 17 PNC_MOTTLED*/{ "mottled", xLIGHTRED ,0},
54 /* 26 PNC_LIGHT_RED*/{ "light red", xLIGHTRED ,0},
/dports/games/avanor/avanor-0.5.8/creature/
H A Dcreatures.cpp183 XVW(CN_KING_COBRA, "king cobra", 'R', xLIGHTRED, CPT_IT, CRL_AVG, CR_REPTILE); in FILL_OUT_CR_DB()