Skip to content

Commit

Permalink
increase coin loss percentage on death for balance
Browse files Browse the repository at this point in the history
  • Loading branch information
TerminalHash committed Jan 14, 2024
1 parent 52659a7 commit 1e5357b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChangedScripts/CTF/CTF_Trading.as
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const int coinsOnDamageAddBuilder = 8;
const int coinsOnAssistAddBuilder = 10;
const int coinsOnKillAddBuilder = 15;

const int coinsOnDeathLosePercent = 15;
const int coinsOnDeathLosePercent = 35;

const int coinsOnRestartAdd = 0;
const bool keepCoinsOnRestart = false;
Expand Down

0 comments on commit 1e5357b

Please sign in to comment.