From: Hitlinemoss <209321380+Hitlinemoss@users.noreply.github.com> Date: Sun, 1 Jun 2025 15:48:16 +0000 (-0400) Subject: Added bulk cleanades crate (#38000) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=2fa67638a10c339c6909674816377364cdec1317;p=space-station-14.git Added bulk cleanades crate (#38000) * added bulk cleanades crate, cargo requests need debugging? * fixed cargo request error --- diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_service.yml b/Resources/Prototypes/Catalog/Cargo/cargo_service.yml index e170f8c59d..08796199cb 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_service.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_service.yml @@ -8,6 +8,16 @@ category: cargoproduct-category-name-service group: market +- type: cargoProduct + id: ServiceCleanerGrenades + icon: + sprite: Objects/Weapons/Grenades/janitor.rsi + state: icon + product: CrateServiceCleanerGrenades + cost: 400 + category: cargoproduct-category-name-service + group: market + - type: cargoProduct id: ServiceLightsReplacement icon: diff --git a/Resources/Prototypes/Catalog/Fills/Crates/service.yml b/Resources/Prototypes/Catalog/Fills/Crates/service.yml index ccf39b2893..c61247dea9 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/service.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/service.yml @@ -21,6 +21,17 @@ amount: 2 - id: BoxCleanerGrenades +- type: entity + id: CrateServiceCleanerGrenades + parent: CratePlastic + name: bulk cleanades crate + description: Contains two boxes of cleaner grenades, for those deeply-entrenched stains. + components: + - type: StorageFill + contents: + - id: BoxCleanerGrenades + amount: 2 + - type: entity id: CrateServiceReplacementLights parent: CrateGenericSteel