1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 16:37:40 +00:00

devmods:: autoplay added

This commit is contained in:
Zeno Rogue
2019-09-30 01:51:16 +02:00
parent d396e323c1
commit 2e571ab337
2 changed files with 175 additions and 1 deletions

View File

@@ -1085,7 +1085,7 @@ EX int realstuntime(cell *c) {
return c->stuntime;
}
bool childbug = false;
EX bool childbug = false;
/** Is `w` killed if the part of an ivy `killed` is killed? */
EX bool isChild(cell *w, cell *killed) {