mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 15:48:11 -05:00
Additional scriptable property on thang-died events.
This commit is contained in:
parent
07a09e34d8
commit
c82d1d0f36
1 changed files with 1 additions and 0 deletions
|
@ -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'}
|
||||
|
|
Loading…
Reference in a new issue