Began refactoring character computations
This commit is contained in:
@@ -55,7 +55,7 @@ ItemSchema = new SimpleSchema({
|
||||
// Unequipped items shouldn't affect creature stats
|
||||
equipped: {
|
||||
type: Boolean,
|
||||
optional: true,
|
||||
defaultValue: false,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user