From 905c298ed7cf07f4a0b7cd545f0c3a1731f6e8fc Mon Sep 17 00:00:00 2001 From: hoshizora Date: Tue, 10 Jun 2025 21:54:50 -0700 Subject: [PATCH] Fix mops, rags, and towels interacting with drains (#38252) added the stuff --- .../Prototypes/Entities/Clothing/Multiple/towel.yml | 3 +++ .../Entities/Objects/Specific/Janitorial/janitor.yml | 9 +++++++++ 2 files changed, 12 insertions(+) diff --git a/Resources/Prototypes/Entities/Clothing/Multiple/towel.yml b/Resources/Prototypes/Entities/Clothing/Multiple/towel.yml index a6b14675ef..0ee8df4524 100644 --- a/Resources/Prototypes/Entities/Clothing/Multiple/towel.yml +++ b/Resources/Prototypes/Entities/Clothing/Multiple/towel.yml @@ -18,6 +18,9 @@ unequipSound: - type: Spillable solution: absorbed + spillWhenThrown: false + - type: DrainableSolution + solution: absorbed - type: Absorbent pickupAmount: 15 - type: SolutionContainerManager diff --git a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml index e09ba46e12..a1c36e140d 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml @@ -25,6 +25,9 @@ collection: MetalThud - type: Spillable solution: absorbed + spillWhenThrown: false + - type: DrainableSolution + solution: absorbed - type: Wieldable - type: IncreaseDamageOnWield damage: @@ -80,6 +83,9 @@ collection: MetalThud - type: Spillable solution: absorbed + spillWhenThrown: false + - type: DrainableSolution + solution: absorbed - type: Wieldable - type: IncreaseDamageOnWield damage: @@ -313,6 +319,9 @@ fillBaseName: fill- - type: Spillable solution: absorbed + spillWhenThrown: false + - type: DrainableSolution + solution: absorbed - type: MeleeWeapon soundNoDamage: path: "/Audio/Effects/Fluids/splat.ogg" -- 2.51.2