Merge pull request #6233 from Verkister/patch-70

Makes object vore little less cringe
This commit is contained in:
Raeschen
2023-06-19 09:07:08 +02:00
committed by GitHub
+1 -1
View File
@@ -957,7 +957,7 @@
else
to_chat(src, "<span class='notice'>You can taste the flavor of garbage. Delicious.</span>")
return
to_chat(src, "<span class='notice'>This item is not appropriate for ethical consumption.</span>")
to_chat(src, "<span class='notice'>This snack is too powerful to go down that easily.</span>") //CHOMPEdit
return
/mob/living/proc/eat_minerals() //Actual eating abstracted so the user isn't given a prompt due to an argument in this verb.