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."