Began merging attacks into actions
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
const linkDependenciesByType = {
|
||||
action: linkResources,
|
||||
attack: linkResources,
|
||||
attribute: linkAttribute,
|
||||
class: linkVariableName,
|
||||
classLevel: linkClassLevel,
|
||||
|
||||
@@ -7,8 +7,8 @@ import container from './computeByType/computeContainer.js';
|
||||
export default Object.freeze({
|
||||
_variable,
|
||||
action,
|
||||
attack: action,
|
||||
attribute,
|
||||
container,
|
||||
slot,
|
||||
spell: action,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user