Adding dried meat.

This commit is contained in:
MistakeNot4892
2024-01-18 18:54:03 +11:00
parent 4077e10507
commit 5d80ac21b8
16 changed files with 169 additions and 61 deletions
+1 -1
View File
@@ -396,7 +396,7 @@
var/obj/item/stack/wetleather/wethide = new(O.loc, round(volume))
dryhide.use(round(volume))
if(!QDELETED(wethide) && wethide.get_amount())
wethide.dry_out(null, INFINITY) // dry it immediately
wethide.dry_out(drying_power = INFINITY, silent = TRUE) // dry it immediately
..()
/datum/reagent/toxin/plantbgone