mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-07 08:54:07 +00:00
fixed allies affecting Terracotta Warriors without actually moving next to them
This commit is contained in:
parent
ea079ba0d1
commit
a5d5cba14d
@ -653,6 +653,7 @@ static constexpr bool randterra = false;
|
|||||||
|
|
||||||
EX void check(cell *c) {
|
EX void check(cell *c) {
|
||||||
if(c->wall == waTerraWarrior && !c->monst && !racing::on) {
|
if(c->wall == waTerraWarrior && !c->monst && !racing::on) {
|
||||||
|
changes.ccell(c);
|
||||||
bool live = false;
|
bool live = false;
|
||||||
if(randterra) {
|
if(randterra) {
|
||||||
c->wparam++;
|
c->wparam++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user