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"