Allows wiping food off cutlery

This commit is contained in:
MistakeNot4892
2021-08-31 10:06:19 +10:00
committed by VirgoBot
parent f1fdc853cd
commit a8b6476b8f
4 changed files with 22 additions and 4 deletions
@@ -84,6 +84,13 @@
to_chat(user, SPAN_WARNING("You don't have anything on \the [src].")) //if we have help intent and no food scooped up DON'T STAB OURSELVES WITH THE FORK
return
/obj/item/weapon/material/kitchen/utensil/on_rag_wipe()
. = ..()
if(reagents.total_volume > 0)
reagents.clear_reagents()
cut_overlays()
return
/obj/item/weapon/material/kitchen/utensil/fork
name = "fork"
desc = "It's a fork. Sure is pointy."