Skip to content

Commit 1e5357b

Browse files
committed
increase coin loss percentage on death for balance
1 parent 52659a7 commit 1e5357b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ChangedScripts/CTF/CTF_Trading.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const int coinsOnDamageAddBuilder = 8;
1313
const int coinsOnAssistAddBuilder = 10;
1414
const int coinsOnKillAddBuilder = 15;
1515

16-
const int coinsOnDeathLosePercent = 15;
16+
const int coinsOnDeathLosePercent = 35;
1717

1818
const int coinsOnRestartAdd = 0;
1919
const bool keepCoinsOnRestart = false;

0 commit comments

Comments
 (0)