fixed Orb of Chaos in Terracotta Army

This commit is contained in:
Zeno Rogue 2020-03-11 10:10:35 +01:00
parent d6578cd074
commit 1e43d1e052
1 changed files with 1 additions and 1 deletions

View File

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