From: hoshizora Date: Wed, 11 Jun 2025 04:54:50 +0000 (-0700) Subject: Fix mops, rags, and towels interacting with drains (#38252) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=905c298ed7cf07f4a0b7cd545f0c3a1731f6e8fc;p=space-station-14.git Fix mops, rags, and towels interacting with drains (#38252) added the stuff --- 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"