Fixed parenting. Started on UI rewrite for new parenting system
This commit is contained in:
@@ -66,7 +66,7 @@ Schemas.Attack = new SimpleSchema({
|
||||
Attacks.attachSchema(Schemas.Attack);
|
||||
|
||||
Attacks.attachBehaviour('softRemovable');
|
||||
makeChild(Attacks); //children of lots of things
|
||||
makeChild(Attacks, ['name', 'enabled']); //children of lots of things
|
||||
|
||||
Attacks.allow(CHARACTER_SUBSCHEMA_ALLOW);
|
||||
Attacks.deny(CHARACTER_SUBSCHEMA_DENY);
|
||||
|
||||
Reference in New Issue
Block a user