mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
fix spray container interactions with tables (#28789)
This commit is contained in:
committed by
GitHub
parent
06fef73368
commit
46d5f255a2
@@ -30,7 +30,7 @@
|
||||
. = TRUE
|
||||
if(isstorage(A) || ismodcontrol(A) || istype(A, /obj/structure/table) || istype(A, /obj/structure/rack) || istype(A, /obj/structure/closet) \
|
||||
|| istype(A, /obj/item/reagent_containers) || istype(A, /obj/structure/sink) || istype(A, /obj/structure/janitorialcart) || istype(A, /obj/machinery/hydroponics))
|
||||
return
|
||||
return FALSE
|
||||
|
||||
if(loc != user)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user