diff --git a/app/schemas/subscriptions/world.coffee b/app/schemas/subscriptions/world.coffee index bd0b8c2ce..a3da038c3 100644 --- a/app/schemas/subscriptions/world.coffee +++ b/app/schemas/subscriptions/world.coffee @@ -9,6 +9,7 @@ module.exports = thang: {type: 'object'} killer: {type: 'object'} killerHealth: {type: ['number', 'undefined']} + maxHealth: {type: 'number'} 'world:thang-touched-goal': c.object {required: ['actor', 'touched']}, replacedNoteChain: {type: 'array'}