Skip to content

Commit

Permalink
Pcorp Icecream Spritepath fix (#2652)
Browse files Browse the repository at this point in the history
Spritepath fix
  • Loading branch information
Blimwe0 authored Dec 29, 2024
1 parent a3171da commit 7c5f6d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ModularTegustation/tegu_items/representative/items/pcorp.dm
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
/obj/item/food/canned/pcorp_icecream
name = "p-corp canned ice cream"
desc = "P corp's specialty canned ice cream."
icon_state = "pcorp_can_icecream"
icon_state = "pcorp_icecream"
trash_type = /obj/item/trash/can/food/pcorp_icecream
food_reagents = list(/datum/reagent/consumable/nutriment = 4, /datum/reagent/medicine/sal_acid = 5)
tastes = list("strawberry" = 1, "mint" = 1, "chocolate" = 1,"butterscotch" = 1)
Expand All @@ -182,7 +182,7 @@
/obj/item/trash/can/food/pcorp_icecream
name = "canned ice cream"
icon = 'icons/obj/food/food.dmi'
icon_state = "pcorp_can_icecream_empty"
icon_state = "pcorp_icecream_empty"

/obj/item/trash/can/food/pcorp_burger
name = "canned burger"
Expand Down

0 comments on commit 7c5f6d5

Please sign in to comment.