Removed frost oil and spray tan, deep fried items now no longer delete themselves when consumed.
This commit is contained in:
@@ -50,8 +50,6 @@
|
||||
"growthserum",
|
||||
|
||||
"cooking_oil",
|
||||
"frostoil",
|
||||
"sodiumchloride",
|
||||
"cornoil",
|
||||
"uranium",
|
||||
"carpet",
|
||||
@@ -59,8 +57,7 @@
|
||||
"semen",
|
||||
"femcum",
|
||||
"tearjuice",
|
||||
"strange_reagent",
|
||||
"spraytan"
|
||||
"strange_reagent"
|
||||
|
||||
)
|
||||
//needs to be chemid unit checked at some point
|
||||
|
||||
@@ -234,11 +234,6 @@ GLOBAL_LIST_INIT(frying_bad_chems, list(
|
||||
QDEL_NULL(trash)
|
||||
. = ..()
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/deepfryholder/On_Consume(mob/living/eater)
|
||||
if(trash)
|
||||
QDEL_NULL(trash)
|
||||
..()
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/deepfryholder/proc/fry(cook_time = 30)
|
||||
switch(cook_time)
|
||||
if(0 to 15)
|
||||
|
||||
Reference in New Issue
Block a user