1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-04 13:48:06 +00:00

killing a tortoise with a saved baby now kills the baby too

This commit is contained in:
Zeno Rogue
2018-07-30 09:51:57 +02:00
parent 39e131d985
commit b3d074161e
2 changed files with 12 additions and 3 deletions

View File

@@ -3739,4 +3739,6 @@ namespace ors {
void reset();
}
bool saved_tortoise_on(cell *c);
}