It should not be possible to delete creeps or even rooms from memory
-
I deleted my creeps from the memory tab and now they have no memory anymore. This should not be possible.
I also deleted the rooms from my memory tab and maybe I caused the overall kaputt state with it?
-
The
Game
and theMemory
objects are two completely separate things.Game
gives you the actual objects, while inMemory
you as user can store abritrary information. Basically it is a nice gesture from the game to automatically create the memory entry for you when spawning a creep which could as well be a task you have to do on your own...