Ports Bay's custodial bag tweaks

This commit is contained in:
Anewbe
2017-01-14 23:44:16 -06:00
parent 93a630e2e8
commit 0286be65ff
5 changed files with 72 additions and 24 deletions
+3
View File
@@ -78,6 +78,9 @@
else
user << "<span class='notice'>[src] can't hold any more signs.</span>"
else if(istype(I, /obj/item/weapon/reagent_containers/glass))
return // So we do not put them in the trash bag as we mean to fill the mop bucket
else if(mybag)
mybag.attackby(I, user)