Fixes aciding a bucket while it's inside something being naughty. (#10003)

This commit is contained in:
FirinMaLazors
2020-09-19 12:11:42 +02:00
committed by GitHub
parent 7124812b83
commit 2c96d29976
4 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
create_reagents(bucketsize)
janitorial_supplies |= src
/obj/structure/mobbucket/Destroy()
/obj/structure/mopbucket/Destroy()
janitorial_supplies -= src
return ..()