Skip to content

Commit

Permalink
kills moth muffin because we don't have those here
Browse files Browse the repository at this point in the history
  • Loading branch information
Thera-Pissed committed Jan 29, 2025
1 parent 5b0a69b commit 917ab96
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions code/game/objects/items/food/pastries.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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,"<span class='nicegreen'>Ooh! It's even got bits of clothes on it! Yummy!</span>")
else
to_chat(moffin_observer,"<span class='warning'>You're not too sure what's on top though...</span>")

////////////////////////////////////////////WAFFLES////////////////////////////////////////////

/obj/item/food/waffles
Expand Down

0 comments on commit 917ab96

Please sign in to comment.