Skip to content

Commit

Permalink
now just the other.dm ughhhh
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Nov 27, 2023
1 parent 6a7a813 commit d00e6f9
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions code/modules/food_and_drinks/food/cake.dm
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,6 @@
/obj/item/reagent_containers/food/snacks/cake/mothmallow
name = "mothmallow tray"
desc = "A light and fluffy vegan marshmallow flavoured with vanilla and rum and topped with soft chocolate. These are known to the moths as höllflöfstarkken: cloud squares." //höllflöf = cloud (höll = wind, flöf = cotton), starkken = squares
icon = 'icons/obj/food/moth.dmi'
icon_state = "mothmallow_tray"
list_reagents = list(
/datum/reagent/consumable/nutriment = 20,
Expand All @@ -447,7 +446,6 @@
/obj/item/reagent_containers/food/snacks/cakeslice/mothmallow
name = "mothmallow"
desc = "Fluffy little clouds of joy- in a strangely moth-like colour."
icon = 'icons/obj/food/moth.dmi'
icon_state = "mothmallow_slice"
list_reagents = list(
/datum/reagent/consumable/nutriment = 4,
Expand All @@ -459,7 +457,6 @@
/obj/item/reagent_containers/food/snacks/cake/korta_brittle
name = "korta brittle slab"
desc = "A big slab of korta nut brittle. So sugary it should be a crime!"
icon = 'icons/obj/food/lizard.dmi'
icon_state = "korta_brittle"
list_reagents = list(
/datum/reagent/consumable/sugar = 20,
Expand All @@ -473,7 +470,6 @@
/obj/item/reagent_containers/food/snacks/cakeslice/korta_brittle
name = "korta brittle slice"
desc = "A little slice of korta nut brittle. A diabetic's worst enemy."
icon = 'icons/obj/food/lizard.dmi'
icon_state = "korta_brittle_slice"
list_reagents = list(
/datum/reagent/consumable/sugar = 4,
Expand Down
1 change: 0 additions & 1 deletion code/modules/food_and_drinks/food/frozen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@
/obj/item/reagent_containers/food/snacks/snowcones/korta_ice
name = "korta ice"
desc = "Shaved ice, korta nectar and berries. A sweet treat to eat to beat summer heat!"
icon = 'icons/obj/food/lizard.dmi'
icon_state = "korta_ice"
list_reagents = list(
/datum/reagent/consumable/nutriment/vitamin = 8,
Expand Down
Binary file modified icons/obj/food/cake.dmi
Binary file not shown.
Binary file modified icons/obj/food/lizard.dmi
Binary file not shown.
Binary file modified icons/obj/food/moth.dmi
Binary file not shown.

0 comments on commit d00e6f9

Please sign in to comment.