mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Removes superflous line from snack code (#14506)
* Removes superflous line from snack code * lolhg * line deleted
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user