mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-14 20:57:10 +00:00
debug:: shift+Z now moves the player to the center of their cell
This commit is contained in:
@@ -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') {
|
||||||
|
|||||||
Reference in New Issue
Block a user