Removed character variables from creatures injected into character sheet as context
This commit is contained in:
@@ -138,7 +138,9 @@
|
||||
},
|
||||
},
|
||||
creature(){
|
||||
return Creatures.findOne(this.creatureId);
|
||||
return Creatures.findOne(this.creatureId, {
|
||||
fields: {variables: 0}
|
||||
});
|
||||
},
|
||||
editPermission(){
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user