more quality

This commit is contained in:
timothyteakettle
2020-04-09 02:51:32 +01:00
parent 20d4172030
commit d985ea8c84
2 changed files with 14 additions and 1 deletions
@@ -777,6 +777,12 @@
can_synth = FALSE
pH = 6.1
/datum/reagent/consumable/secretsauce/reaction_obj(obj/O, reac_volume)
//splashing any amount above or equal to 1u of secret sauce onto a piece of food turns its quality to 100
if(reac_volume >= 1 && istype(O, /obj/item/reagent_containers/food))
var/obj/item/reagent_containers/food/splashed_food = O
splashed_food.adjust_food_quality(100)
/datum/reagent/consumable/char
name = "Char"
description = "Essence of the grill. Has strange properties when overdosed."