1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-05 18:27:01 +00:00

debug:: shift+Z now moves the player to the center of their cell

This commit is contained in:
Zeno Rogue 2018-04-21 12:16:04 +02:00
parent b1382b0b34
commit 3a5c342f47

View File

@ -193,6 +193,7 @@ bool applyCheat(char u, cell *c = NULL) {
mirror::act(1, mirror::SPINSINGLE);
cwt++;
wavephase = (1+wavephase) & 7;
if(shmup::on) shmup::pc[0]->at = Id;
return true;
}
if(u == 'J') {