Skip to content

Commit

Permalink
Makes beer batter shrooms not "alcoholic" tasting (#6318)
Browse files Browse the repository at this point in the history
  • Loading branch information
Putnam3145 authored Feb 15, 2024
1 parent 562cef6 commit f073efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/food/food/snacks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5237,7 +5237,7 @@ END CITADEL CHANGE */
icon_state = "friedmushroom"
filling_color = "#EDDD00"
nutriment_amt = 4
nutriment_desc = list("alcoholic mushrooms" = 4)
nutriment_desc = list("yeasty mushrooms" = 4)

/obj/item/reagent_containers/food/snacks/friedmushroom/Initialize(mapload)
. = ..()
Expand Down

0 comments on commit f073efb

Please sign in to comment.