use 0 for LS charge level in palico link

This commit is contained in:
Bryce Allen
2015-08-06 00:42:52 -05:00
parent 7c609b1df5
commit 5af2a2e04e
2 changed files with 2 additions and 2 deletions

View File

@@ -269,7 +269,7 @@ function get_calculating_palico_setup(weapon_data) {
max_sharpness = i;
}
setup.push(max_sharpness);
setup.push("3.1.awk,shp");
setup.push("0.1.awk,shp");
return setup.join(".");
}