1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-17 06:07:12 +00:00

fixed/changed some descriptions

This commit is contained in:
Zeno Rogue
2020-03-02 19:52:22 +01:00
parent 50123e42c7
commit 1a7ba1b556
2 changed files with 12 additions and 5 deletions

View File

@@ -768,7 +768,7 @@ EX bool drawItemType(eItem it, cell *c, const transmatrix& V, color_t icol, int
it == itSlime ? &cgi.shEgg :
xch == '%' ? &cgi.shDaisy : xch == '$' ? &cgi.shStar : xch == ';' ? &cgi.shTriangle :
xch == '!' ? &cgi.shTriangle : it == itBone ? &cgi.shNecro : it == itStatue ? &cgi.shStatue :
it == itIvory ? &cgi.shFigurine :
among(it, itIvory, itEclectic) ? &cgi.shFigurine :
xch == '?' ? &cgi.shBookCover :
it == itKey ? &cgi.shKey :
it == itRevolver ? &cgi.shGun :