Skip to content

Commit

Permalink
Merge pull request #181 from Mirag1993/Мердж-с-оффами
Browse files Browse the repository at this point in the history
remove deepthroat (shiptest-ss13#2510)
  • Loading branch information
MysticalFaceLesS authored Dec 4, 2023
2 parents 2951648 + 69fc59d commit 205f758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/food_and_drinks/food/snacks_meat.dm
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@

/obj/item/reagent_containers/food/snacks/sausage/Initialize()
. = ..()
eatverb = pick("bite","chew","nibble","deep throat","gobble","chomp")
eatverb = pick("bite","chew","nibble","gobble","chomp")

/obj/item/reagent_containers/food/snacks/salami
name = "salami"
Expand Down

0 comments on commit 205f758

Please sign in to comment.