Allow entity prototype methods to be overwritten
-
I'm trying to overwrite Creep.prototype.memory and have discovered that is configurable:false so I can't. I'd really like to.
-
ditto for StructureSpawn.prototype.memory
-
Just make a new property on the prototype?
-
@Heilos that isn't the same as overriding the existing property/getter, which is what I'm trying to do.
-
Bump. Would still really love to be able to augment this prototype method, and others that are currently un-configurable.