Skip to content

Commit 8733fc2

Browse files
committed
Status: Open. #1884
1 parent fabb81f commit 8733fc2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mods/aw2_co/scripts/cos/co_hachi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CO_HACHI.powerCostReduction = -0.5;
1+
CO_HACHI.powerCostReduction = 0.5;
22
CO_HACHI.powerOffBonus = 0;
33
CO_HACHI.powerDefBonus = 10;
44

mods/aw_co/scripts/cos/co_hachi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CO_HACHI.powerCostReduction = -0.5;
1+
CO_HACHI.powerCostReduction = 0.5;
22
CO_HACHI.powerOffBonus = 0;
33
CO_HACHI.powerDefBonus = 10;
44

mods/awds_co/scripts/cos/co_hachi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CO_HACHI.powerCostReduction = -0.5;
1+
CO_HACHI.powerCostReduction = 0.5;
22
CO_HACHI.powerOffBonus = 10;
33
CO_HACHI.powerDefBonus = 10;
44

0 commit comments

Comments
 (0)