Added attribute damage and self damage results to actions and log.
This commit is contained in:
@@ -23,6 +23,11 @@ const AdjustmentSchema = new SimpleSchema({
|
||||
type: String,
|
||||
optional: true,
|
||||
},
|
||||
operation: {
|
||||
type: String,
|
||||
allowedValues: ['set', 'increment'],
|
||||
defaultValue: 'increment',
|
||||
},
|
||||
});
|
||||
|
||||
export { AdjustmentSchema };
|
||||
|
||||
Reference in New Issue
Block a user