From 5ae9df1f0b10fb0444485750d249ff8b616f0b87 Mon Sep 17 00:00:00 2001 From: ArZarLordOfMango Date: Mon, 31 Mar 2025 13:36:48 +0200 Subject: [PATCH 1/2] water --- .../Prototypes/_CP14/Entities/Structures/Floor/floorWater.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/_CP14/Entities/Structures/Floor/floorWater.yml b/Resources/Prototypes/_CP14/Entities/Structures/Floor/floorWater.yml index 9cec15adb2..0d4b53ec34 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Floor/floorWater.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Floor/floorWater.yml @@ -3,6 +3,7 @@ id: CP14FloorWaterOptimized name: water description: A trough of plain water. Clean enough for consumption + suffix: Optimized, Ocean categories: [ ForkFiltered ] placement: mode: SnapgridCenter @@ -65,13 +66,14 @@ - type: entity parent: CP14FloorWaterOptimized id: CP14FloorWater + suffix: Full components: - type: DrawableSolution solution: pool - type: SolutionContainerManager solutions: pool: - maxVol: 9999999 #.inf seems to break the whole yaml file, but would definitely be preferable. + maxVol: 9999999 #.inf seems to break the whole yaml file, but would definitely be preferable. reagents: - ReagentId: Water Quantity: 9999999 From 6ac00528e9752b5c78a908703867011e78dc8ef5 Mon Sep 17 00:00:00 2001 From: ArZarLordOfMango Date: Mon, 31 Mar 2025 14:05:17 +0200 Subject: [PATCH 2/2] fix --- .../_CP14/Entities/Structures/Floor/floorWater.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/_CP14/Entities/Structures/Floor/floorWater.yml b/Resources/Prototypes/_CP14/Entities/Structures/Floor/floorWater.yml index 0d4b53ec34..21c6d2223c 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Floor/floorWater.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Floor/floorWater.yml @@ -3,8 +3,7 @@ id: CP14FloorWaterOptimized name: water description: A trough of plain water. Clean enough for consumption - suffix: Optimized, Ocean - categories: [ ForkFiltered ] + categories: [ HideSpawnMenu ] placement: mode: SnapgridCenter snap: @@ -66,7 +65,7 @@ - type: entity parent: CP14FloorWaterOptimized id: CP14FloorWater - suffix: Full + categories: [ ForkFiltered ] components: - type: DrawableSolution solution: pool