Merge pull request #11533 from VOREStation/upstream-merge-8236

[MIRROR] Allows wiping food off cutlery
This commit is contained in:
Aronai Sieyes
2021-10-22 13:52:23 -04:00
committed by GitHub
4 changed files with 19 additions and 10 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."