From 30140225e23882ce9ff63b7c4d289e7a5171ae3a Mon Sep 17 00:00:00 2001 From: Lamiales <110184118+CydiaLamiales@users.noreply.github.com> Date: Sat, 23 Sep 2023 15:25:51 +0300 Subject: [PATCH] Fixes the janitor water backpack sprayer not working (#9871) * fix * curse-of-failed-test --- code/game/objects/items/tanks/watertank.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/tanks/watertank.dm b/code/game/objects/items/tanks/watertank.dm index e7c3d0264187c..fd92d72342805 100644 --- a/code/game/objects/items/tanks/watertank.dm +++ b/code/game/objects/items/tanks/watertank.dm @@ -194,6 +194,7 @@ /obj/item/reagent_containers/spray/mister/afterattack(obj/target, mob/user, proximity) if(target.loc == loc) //Safety check so you don't fill your mister with mutagen or something and then blast yourself in the face with it return + return ..() //Janitor tank /obj/item/watertank/janitor