Skip to content

Commit

Permalink
forgor
Browse files Browse the repository at this point in the history
  • Loading branch information
generalthrax committed Jul 1, 2024
1 parent 932f048 commit ec6e545
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions code/modules/food_and_drinks/food/snacks_other.dm
Original file line number Diff line number Diff line change
Expand Up @@ -112,19 +112,6 @@
. = ..()
AddElement(/datum/element/dunkable, 10)

/obj/item/reagent_containers/food/snacks/tatortot
name = "tator tot"
desc = "A large fried potato nugget that may or may not try to valid you."
icon_state = "tatortot"
list_reagents = list(/datum/reagent/consumable/nutriment = 4)
filling_color = "FFD700"
tastes = list("potato" = 3, "valids" = 1)
foodtype = FRIED | VEGETABLES

/obj/item/reagent_containers/food/snacks/tatortot/Initialize()
. = ..()
AddElement(/datum/element/dunkable, 10)

/obj/item/reagent_containers/food/snacks/soydope
name = "soy dope"
desc = "Dope from a soy."
Expand Down

0 comments on commit ec6e545

Please sign in to comment.