Renamed RollResult to RollResults

This commit is contained in:
Stefan Zermatten
2019-09-16 09:39:04 +02:00
parent 710c578119
commit 88a2a506b0

View File

@@ -3,7 +3,7 @@ import AdjustmentSchema from '/imports/api/creature/subSchemas/AdjustmentSchema.
import { StoredBuffWithIdSchema } from '/imports/api/properties/Buffs.js';
let RollResultSchema = new SimpleSchema ({
// Expression of whether or not to apply buffs
// Expression of whether or not to apply
comparison: {
type: String,
optional: true,