Skip to content

Commit 933e276

Browse files
committed
change prices for arrows, when 9v10 and more
1 parent 53c17cc commit 933e276

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Industry/CTFShops/ArcherShop/ArcherShop.as

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ void onInit(CBlob@ this)
5858
}
5959
else if (player_amount >= 19)
6060
{
61-
dynamic_fire_arrow_cost = 45;
62-
dynamic_bomb_arrow_cost = 80;
61+
dynamic_fire_arrow_cost = 50;
62+
dynamic_bomb_arrow_cost = 85;
6363
}
6464

6565
{

0 commit comments

Comments
 (0)