1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 01:17:39 +00:00

renamed waBlandDie to waHappyDie

This commit is contained in:
Zeno Rogue
2021-05-27 16:38:20 +02:00
parent 707292a7e4
commit a2a1acfd8d
5 changed files with 11 additions and 11 deletions

View File

@@ -1601,7 +1601,7 @@ void celldrawer::draw_features() {
poly_outline = OUTLINE_DEFAULT;
}
else if(among(c->wall, waRichDie, waBlandDie)) {
else if(among(c->wall, waRichDie, waHappyDie)) {
color_t col = darkena(winf[c->wall].color, 0, 0xFF);
ld footphase;