diff --git a/Content.Shared/_NF/Cargo/Components/VendPriceComponent.cs b/Content.Shared/_NF/Cargo/Components/VendPriceComponent.cs index fb0382e8202..80d9fdf6d28 100644 --- a/Content.Shared/_NF/Cargo/Components/VendPriceComponent.cs +++ b/Content.Shared/_NF/Cargo/Components/VendPriceComponent.cs @@ -1,7 +1,7 @@ namespace Content.Shared._NF.Cargo.Components; /// -/// This is used for setting a static, unchanging price for buying an object. +/// This is used for setting a static, unchanging price for buying an object from a vending machine. /// [RegisterComponent] public sealed class VendPriceComponent : Component