From 917ab9674839eff8badf26551a728eb4c01c5276 Mon Sep 17 00:00:00 2001
From: HelmCrab <90987989+Thera-Pissed@users.noreply.github.com>
Date: Tue, 28 Jan 2025 23:11:51 -0600
Subject: [PATCH] kills moth muffin because we don't have those here
---
code/game/objects/items/food/pastries.dm | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/code/game/objects/items/food/pastries.dm b/code/game/objects/items/food/pastries.dm
index 5d1847dacc4c..7416f1c8dcd1 100644
--- a/code/game/objects/items/food/pastries.dm
+++ b/code/game/objects/items/food/pastries.dm
@@ -30,30 +30,6 @@
tastes = list("muffin" = 3, "spookiness" = 1)
foodtypes = GRAIN | FRUIT | SUGAR | BREAKFAST
-/obj/item/food/muffin/moffin
- name = "moffin"
- icon_state = "moffin_1"
- base_icon_state = "moffin"
- desc = "A delicious and spongy little cake."
- tastes = list("muffin" = 3, "dust" = 1, "lint" = 1)
- foodtypes = CLOTH | GRAIN | SUGAR | BREAKFAST
-
-/obj/item/food/muffin/moffin/Initialize(mapload)
- . = ..()
- icon_state = "[base_icon_state]_[rand(1, 3)]"
-
-/obj/item/food/muffin/moffin/examine(mob/user)
- . = ..()
- if(!ishuman(user))
- return
-
- var/mob/living/carbon/human/moffin_observer = user
-
- if(moffin_observer.dna.species.liked_food & CLOTH)
- to_chat(moffin_observer,"Ooh! It's even got bits of clothes on it! Yummy!")
- else
- to_chat(moffin_observer,"You're not too sure what's on top though...")
-
////////////////////////////////////////////WAFFLES////////////////////////////////////////////
/obj/item/food/waffles