mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-01 15:04:06 +00:00
fixed Orb of Chaos in Terracotta Army
This commit is contained in:
parent
d6578cd074
commit
1e43d1e052
@ -490,7 +490,7 @@ struct changes_t {
|
|||||||
EX changes_t changes;
|
EX changes_t changes;
|
||||||
|
|
||||||
bool switch_lhu_in(eLand l) {
|
bool switch_lhu_in(eLand l) {
|
||||||
return among(l, laBrownian, laMinefield);
|
return among(l, laBrownian, laMinefield, laTerracotta);
|
||||||
}
|
}
|
||||||
|
|
||||||
void apply_chaos() {
|
void apply_chaos() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user