Friday the Thirteenth Bugfixes (#17594)

Title
This commit is contained in:
Wowzewow (Wezzy)
2023-10-16 19:27:31 +00:00
committed by GitHub
parent 5131dc4674
commit 7182934323
4 changed files with 55 additions and 4 deletions
@@ -36,6 +36,8 @@
/obj/item/reagent_containers/spray/afterattack(atom/A as mob|obj, mob/user as mob, proximity)
if(A.loc == user) // don't spray yourself
return
if(istype(A, /obj/item/reagent_containers))
. = ..()