mirror of
https://github.com/MSWS/TTT.git
synced 2025-12-05 22:20:25 -08:00
update: Increase armor cost 60 -> 75
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
namespace ShopAPI.Configs;
|
||||
|
||||
public record ArmorConfig : ShopItemConfig {
|
||||
public override int Price { get; init; } = 60;
|
||||
public override int Price { get; init; } = 75;
|
||||
public int Armor { get; init; } = 100;
|
||||
public bool Helmet { get; init; } = true;
|
||||
}
|
||||
Reference in New Issue
Block a user