mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-24 15:00:14 +00:00
Z-cheat now rotates boat images too
This commit is contained in:
parent
9979d240d8
commit
62634e1dc3
@ -216,6 +216,8 @@ EX bool applyCheat(char u, cell *c IS(NULL)) {
|
|||||||
}
|
}
|
||||||
cwt++;
|
cwt++;
|
||||||
mirror::act(1, mirror::SPINSINGLE);
|
mirror::act(1, mirror::SPINSINGLE);
|
||||||
|
cwt.at->mondir++;
|
||||||
|
cwt.at->mondir %= cwt.at->type;
|
||||||
|
|
||||||
if(shmup::on) shmup::pc[0]->at = Id;
|
if(shmup::on) shmup::pc[0]->at = Id;
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user