diff --git a/code/modules/food/food/snacks.dm b/code/modules/food/food/snacks.dm index 7a0daebe5f..5d2c6f3ca9 100644 --- a/code/modules/food/food/snacks.dm +++ b/code/modules/food/food/snacks.dm @@ -1014,7 +1014,9 @@ /obj/item/weapon/reagent_containers/food/snacks/donkpocket/proc/cooltime() if (src.warm) - spawn(4200) + spawn(420 SECONDS) + if(!src?.reagents) + return src.warm = 0 for(var/reagent in heated_reagents) src.reagents.del_reagent(reagent)