Removes superflous line from snack code (#14506)

* Removes superflous line from snack code

* lolhg

* line deleted
This commit is contained in:
Wowzewow (Wezzy)
2022-07-31 21:07:22 -03:00
committed by GitHub
parent 78f99b3636
commit a4585f7102
2 changed files with 42 additions and 5 deletions
@@ -156,10 +156,6 @@
var/cooked_name = "coating"
taste_description = "some sort of frying coating"
/decl/reagent/nutriment/coating/initial_effect(mob/living/carbon/M, alien, datum/reagents/holder)
. = ..()
to_chat(M, "Ugh, this raw [name] tastes disgusting.")
/decl/reagent/nutriment/coating/digest(var/mob/living/carbon/M, var/removed, var/datum/reagents/holder)
var/nut_fact = holder.reagent_data[type]["cooked"] ? nutriment_factor : nutriment_factor / 2 // it's the nut fact
M.heal_organ_damage(regen_factor * removed, 0)
@@ -5237,4 +5233,4 @@
glass_icon_state = "pulque_coffee"
glass_name = "coffee pulque"
description = "A traditional Mictlanian drink made from fermented sap of maguey. This one is coffee flavored."
description = "A traditional Mictlanian drink made from fermented sap of maguey. This one is coffee flavored."