mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Added effect system to the component schema.
This commit is contained in:
parent
f065406cf5
commit
5173e7990b
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ class AttacksSelf extends Component
|
||||||
@attack @
|
@attack @
|
||||||
"""
|
"""
|
||||||
systems = [
|
systems = [
|
||||||
"action", "ai", "alliance", "collision", "combat", "display", "event", "existence", "hearing"
|
'action', 'ai', 'alliance', 'collision', 'combat', 'display', 'event', 'existence', 'hearing'
|
||||||
"inventory", "movement", "programming", "targeting", "ui", "vision", "misc", "physics"
|
'inventory', 'movement', 'programming', 'targeting', 'ui', 'vision', 'misc', 'physics', 'effect'
|
||||||
]
|
]
|
||||||
|
|
||||||
PropertyDocumentationSchema = c.object {
|
PropertyDocumentationSchema = c.object {
|
||||||
|
|
Loading…
Reference in a new issue