mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-10 04:36:43 +00:00
Orb of Chaos: fixed landparam switching
This commit is contained in:
parent
a8d2b97c27
commit
cef474469a
@ -505,8 +505,8 @@ void apply_chaos() {
|
||||
gcell cob = *cb;
|
||||
copy_metadata(ca, &cob);
|
||||
copy_metadata(cb, &coa);
|
||||
if(switch_lhu_in(ca->land)) ca->LHU = coa.LHU;
|
||||
if(switch_lhu_in(cb->land)) cb->LHU = cob.LHU;
|
||||
if(!switch_lhu_in(ca->land)) ca->LHU = coa.LHU;
|
||||
if(!switch_lhu_in(cb->land)) cb->LHU = cob.LHU;
|
||||
int sa = ca->mondir - ((cwt+1)+wstep).spin;
|
||||
int sb = cb->mondir - ((cwt-1)+wstep).spin;
|
||||
if(!(isFriendly(ca) && markOrb(itOrbEmpathy)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user