From 7491c6874d7c4e7890b3c3f22cda0eeb19354c35 Mon Sep 17 00:00:00 2001 From: Gagarinten-Noverdo <71782778+noverd@users.noreply.github.com> Date: Mon, 12 Aug 2024 15:01:56 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=BE=D0=B4=D0=B0=20=D1=82=D0=B5=D0=BF?= =?UTF-8?q?=D0=B5=D1=80=D1=8C=20=D0=BD=D0=B5=20=D0=B2=20=D0=BF=D0=B0=D0=BF?= =?UTF-8?q?=D0=BA=D0=B5=20=D1=84=D0=BB=D0=BE=D1=80=D1=8B,=20=D0=B0=20?= =?UTF-8?q?=D0=B2=20=D0=BF=D0=B0=D0=BF=D0=BA=D0=B5=20Floor.=20=D0=92=D0=BE?= =?UTF-8?q?=D0=B4=D0=B0=20=D1=82=D0=B5=D0=BF=D0=B5=D1=80=D1=8C=20=D1=82?= =?UTF-8?q?=D1=83=D1=88=D0=B8=D1=82.=20(#410)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Structures/{Flora => Floor}/floorWater.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) rename Resources/Prototypes/_CP14/Entities/Structures/{Flora => Floor}/floorWater.yml (82%) diff --git a/Resources/Prototypes/_CP14/Entities/Structures/Flora/floorWater.yml b/Resources/Prototypes/_CP14/Entities/Structures/Floor/floorWater.yml similarity index 82% rename from Resources/Prototypes/_CP14/Entities/Structures/Flora/floorWater.yml rename to Resources/Prototypes/_CP14/Entities/Structures/Floor/floorWater.yml index 22abe2bf91..c0a45c8aa4 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Flora/floorWater.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Floor/floorWater.yml @@ -66,4 +66,13 @@ - type: Tag tags: - HideContextMenu - - CP14AmbientWater \ No newline at end of file + - CP14AmbientWater + - type: StepTrigger + requiredTriggeredSpeed: 0 + intersectRatio: 0.1 + blacklist: + tags: + - Catwalk # Если ты проходишь по мостику над водой, то ты не должен потушится + - type: TileEntityEffect + effects: + - !type:ExtinguishReaction \ No newline at end of file