From a486c94e3bea70477e32f85491f8ba953560c248 Mon Sep 17 00:00:00 2001 From: Red <96445749+TheShuEd@users.noreply.github.com> Date: Wed, 9 Jul 2025 16:32:23 +0300 Subject: [PATCH] rope (#1518) --- .../Prototypes/_CP14/Entities/Objects/Tools/rope.yml | 2 ++ .../Prototypes/_CP14/Trading/BuyPositions/guards.yml | 11 +++++++++++ 2 files changed, 13 insertions(+) diff --git a/Resources/Prototypes/_CP14/Entities/Objects/Tools/rope.yml b/Resources/Prototypes/_CP14/Entities/Objects/Tools/rope.yml index 767ab408a1..5a6b521cec 100644 --- a/Resources/Prototypes/_CP14/Entities/Objects/Tools/rope.yml +++ b/Resources/Prototypes/_CP14/Entities/Objects/Tools/rope.yml @@ -33,3 +33,5 @@ Blunt: 0 - type: UseDelay delay: 3 + - type: StaticPrice + price: 3 diff --git a/Resources/Prototypes/_CP14/Trading/BuyPositions/guards.yml b/Resources/Prototypes/_CP14/Trading/BuyPositions/guards.yml index 8ee4be425b..588b3132bb 100644 --- a/Resources/Prototypes/_CP14/Trading/BuyPositions/guards.yml +++ b/Resources/Prototypes/_CP14/Trading/BuyPositions/guards.yml @@ -41,4 +41,15 @@ state: icon service: !type:CP14BuyItemsService product: Bola + count: 1 + +- type: cp14TradingPosition + id: CP14Rope + faction: Guards + uiPosition: 4 + icon: + sprite: _CP14/Objects/Tools/rope.rsi + state: icon + service: !type:CP14BuyItemsService + product: CP14Rope count: 1 \ No newline at end of file