Skip to content

Commit 0d816fa

Browse files
committed
update: Increase armor cost 60 -> 75
1 parent 43f5507 commit 0d816fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TTT/ShopAPI/Configs/ArmorConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
namespace ShopAPI.Configs;
22

33
public record ArmorConfig : ShopItemConfig {
4-
public override int Price { get; init; } = 60;
4+
public override int Price { get; init; } = 75;
55
public int Armor { get; init; } = 100;
66
public bool Helmet { get; init; } = true;
77
}

0 commit comments

Comments
 (0)