Skip to content

Commit

Permalink
Fixes the janitor water backpack sprayer not working (#9871)
Browse files Browse the repository at this point in the history
* fix

* curse-of-failed-test
  • Loading branch information
CydiaLamiales authored Sep 23, 2023
1 parent b44464b commit 3014022
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/items/tanks/watertank.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3014022

Please sign in to comment.