Skip to content

Commit

Permalink
Removes erp (#11291)
Browse files Browse the repository at this point in the history
  • Loading branch information
Geatish authored Aug 4, 2024
1 parent 9f3405f commit 0b929ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/food/meatdish.dm
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
food_reagents = list(/datum/reagent/consumable/nutriment/protein = 5, /datum/reagent/consumable/nutriment/vitamin = 2)
tastes = list("meat" = 1)
foodtypes = MEAT | RAW
eatverbs = list("bite","chew","nibble","deep throat","gobble","chomp")
eatverbs = list("bite","chew","nibble","gobble","chomp")
w_class = WEIGHT_CLASS_SMALL

/obj/item/food/raw_sausage/make_grillable()
Expand Down

0 comments on commit 0b929ff

Please sign in to comment.