Started removing scope from creature doc
This commit is contained in:
@@ -107,6 +107,7 @@ class LoadedCreature {
|
||||
}
|
||||
changeMap(id, fields, map) {
|
||||
const doc = map.get(id);
|
||||
if (!doc) return;
|
||||
for (let key in fields) {
|
||||
if (key === undefined) {
|
||||
delete doc[key];
|
||||
|
||||
Reference in New Issue
Block a user