mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-24 18:14:10 +00:00
debug:: shift+Z now moves the player to the center of their cell
This commit is contained in:
parent
b1382b0b34
commit
3a5c342f47
@ -193,6 +193,7 @@ bool applyCheat(char u, cell *c = NULL) {
|
|||||||
mirror::act(1, mirror::SPINSINGLE);
|
mirror::act(1, mirror::SPINSINGLE);
|
||||||
cwt++;
|
cwt++;
|
||||||
wavephase = (1+wavephase) & 7;
|
wavephase = (1+wavephase) & 7;
|
||||||
|
if(shmup::on) shmup::pc[0]->at = Id;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if(u == 'J') {
|
if(u == 'J') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user