fixed Orb of Chaos losing Hive colors

This commit is contained in:
Zeno Rogue 2020-03-16 21:15:47 +01:00
parent d027969f70
commit edaa14e6a5
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ struct changes_t {
EX changes_t changes;
bool switch_lhu_in(eLand l) {
return among(l, laBrownian, laMinefield, laTerracotta);
return among(l, laBrownian, laMinefield, laTerracotta, laHive);
}
void apply_chaos() {