Wiping Cutlery Clears Food (#12334)

This commit is contained in:
Sparky
2021-08-17 18:59:18 +01:00
committed by GitHub
parent 51655172af
commit 9d69fe4984
2 changed files with 15 additions and 0 deletions
@@ -72,6 +72,15 @@
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/material/kitchen/utensil/on_rag_wipe()
. = ..()
if(reagents.total_volume > 0)
reagents.clear_reagents()
is_liquid = FALSE
loaded = null
cut_overlays()
return
/obj/item/material/kitchen/utensil/verb/bite_size()
set name = "Change bite size"
set category = "Object"
+6
View File
@@ -0,0 +1,6 @@
author: Sparky_hotdog
delete-after: True
changes:
- tweak: "Wiping cutlery with a rag now removes loaded food."