1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-02-03 00:10:15 +00:00

Invinc monsters implemented

This commit is contained in:
Zeno Rogue
2018-01-02 11:15:42 +01:00
parent daba860085
commit 5f1b1a54eb
8 changed files with 205 additions and 32 deletions

View File

@@ -1194,5 +1194,7 @@ auto cgm = addHook(clearmemory, 40, [] () {
recallCell = NULL;
butterflies.clear();
buggycells.clear();
crush_next.clear();
crush_now.clear();
});