1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

Z-cheat now rotates boat images too

This commit is contained in:
Zeno Rogue 2019-10-27 02:30:00 +02:00
parent 9979d240d8
commit 62634e1dc3

View File

@ -216,6 +216,8 @@ EX bool applyCheat(char u, cell *c IS(NULL)) {
}
cwt++;
mirror::act(1, mirror::SPINSINGLE);
cwt.at->mondir++;
cwt.at->mondir %= cwt.at->type;
if(shmup::on) shmup::pc[0]->at = Id;
return true;