Constants should now respect toggles
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import applyToggles from '/imports/api/creature/computation/engine/applyToggles.js';
|
||||
|
||||
export default function computeConstant(constant, memo){
|
||||
// Apply any toggles
|
||||
applyToggles(constant, memo);
|
||||
}
|
||||
Reference in New Issue
Block a user