diff --git a/app/imports/api/properties/RollResult.js b/app/imports/api/properties/RollResults.js similarity index 91% rename from app/imports/api/properties/RollResult.js rename to app/imports/api/properties/RollResults.js index bb777cfe..39b67708 100644 --- a/app/imports/api/properties/RollResult.js +++ b/app/imports/api/properties/RollResults.js @@ -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,