[Devine Architect] Float
Mx772 opened this issue ยท 1 comments
Origin
Devine Architect
Power
Float
Notes
v1.5
v1.5 sets the 'Float' ability to Save Hotbar Activator
which conflicts with Dimension Traveler:
v1.4.1
v1.4.1 previously set it to 'secondary' which worked.
Likely due to:
8a55a8d
Specifically:
Previously in data/origins-plus-plus/powers/devine-architect/flight.json
it was:
"key":{
"key":"key.origins.secondary_active",
"continuous":true
},
TL;DR:
data/origins-plus-plus/powers/devine-architect/float.json ->
"key": "key.saveToolbarActivator",
Should be ->
"key": "key.origins.secondary_active",