diff --git a/CHANGELOG.md b/CHANGELOG.md index 551c8a0c9..023cd5f51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## [Unreleased] ### Changes +- Reduced the durability of wooden tongs @Pyritie ### Bug fixes - Ice soup now requires a bowl to craft, so it doesn't generate free bowls @Pyritie ### Translation updates diff --git a/config/tfchotornot-common.toml b/config/tfchotornot-common.toml index e6e95be29..fa6a16ee1 100644 --- a/config/tfchotornot-common.toml +++ b/config/tfchotornot-common.toml @@ -31,7 +31,7 @@ itemDamageTimeInterval = 60 #Durability for wooden tongs. #Range: > 0 - woodenTongsDurability = 100 + woodenTongsDurability = 25 #Durability for potholders. #Range: > 0 potholderDurability = 600