From 8bb7a4a40d01d284c0b133869c5b03f2479a234b Mon Sep 17 00:00:00 2001 From: Seris02 <49109742+Seris02@users.noreply.github.com> Date: Mon, 30 Dec 2019 19:24:07 +0800 Subject: [PATCH] hnnnng --- code/modules/food_and_drinks/food/snacks_other.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/food_and_drinks/food/snacks_other.dm b/code/modules/food_and_drinks/food/snacks_other.dm index f3c102b4fa..de22537063 100644 --- a/code/modules/food_and_drinks/food/snacks_other.dm +++ b/code/modules/food_and_drinks/food/snacks_other.dm @@ -647,7 +647,7 @@ else if (burned == 0) icon_state = "marshmallowburned" -/obj/item/reagent_containers/food/snacks/marshmallow/proc/examine(mob/user) +/obj/item/reagent_containers/food/snacks/marshmallow/examine(mob/user) . = ..() if (burned == 2) . += "It looks very burned."