From fedcbcbb18c84dffc0d80e7130b3e42469ef432c Mon Sep 17 00:00:00 2001 From: texan-down-under <73374039+etherware-novice@users.noreply.github.com> Date: Tue, 18 Oct 2022 20:52:40 -0500 Subject: [PATCH] Able to clean storage items with soap (#70575) Co-authored-by: etherware-novice Co-authored-by: Candycaneannihalator Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com> --- code/game/objects/items/clown_items.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/objects/items/clown_items.dm b/code/game/objects/items/clown_items.dm index fbe70c40948..3b174b0c167 100644 --- a/code/game/objects/items/clown_items.dm +++ b/code/game/objects/items/clown_items.dm @@ -150,6 +150,8 @@ return return ..() +/obj/item/soap/attackby_storage_insert(datum/storage, atom/storage_holder, mob/living/user) + return !user?.combat_mode // only cleans a storage item if on combat /* * Bike Horns