mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-30 12:04:08 +00:00
Allows soap and rags to be wet using buckets
This commit is contained in:
@@ -249,7 +249,7 @@
|
||||
user.drop_from_inventory(src)
|
||||
qdel(src)
|
||||
return
|
||||
else if(istype(D, /obj/item/weapon/mop))
|
||||
else if(istype(D, /obj/item/weapon/mop) || istype(D, /obj/item/weapon/soap) || istype(D, /obj/item/weapon/reagent_containers/glass/rag))
|
||||
if(reagents.total_volume < 1)
|
||||
user << "<span class='warning'>\The [src] is empty!</span>"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user