From: gus Date: Sun, 24 Sep 2023 20:52:06 +0000 (-0700) Subject: Added ore boxes to cargo. (#20455) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=87c88387a97c7ab6b77077fa21df97e6f1676791;p=space-station-14.git Added ore boxes to cargo. (#20455) --- diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_cargo.yml b/Resources/Prototypes/Catalog/Cargo/cargo_cargo.yml index f36aee12e4..c4cd57c85f 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_cargo.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_cargo.yml @@ -8,6 +8,16 @@ category: Cargo group: market +- type: cargoProduct + id: CargoOreBox + icon: + sprite: /Textures/Structures/Storage/orebox.rsi + state: orebox + product: OreBox + cost: 500 + category: Cargo + group: market + - type: cargoProduct id: CargoLuxuryHardsuit icon: diff --git a/Resources/Prototypes/Entities/Structures/Storage/ore_box.yml b/Resources/Prototypes/Entities/Structures/Storage/ore_box.yml index 4c5b41e8e1..7099e1b45d 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/ore_box.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/ore_box.yml @@ -4,6 +4,8 @@ description: A large storage container for holding unprocessed ores. parent: BaseStructureDynamic components: + - type: StaticPrice + price: 500 - type: Anchorable - type: InteractionOutline - type: Damageable