diff --git a/code/modules/reagents/reagent_containers/food/snacks.dm b/code/modules/reagents/reagent_containers/food/snacks.dm index baf98dfeee5..3cd4bc936f0 100644 --- a/code/modules/reagents/reagent_containers/food/snacks.dm +++ b/code/modules/reagents/reagent_containers/food/snacks.dm @@ -4911,7 +4911,7 @@ trash = /obj/item/trash/plate /obj/item/reagent_containers/food/snacks/sliceable/sushi_roll - name = "ouere carp log" + name = "ouerean carp log" desc = "A giant carp roll wrapped in special grass that combines unathi and human cooking techniques. Can be sliced into proper serving sizes." icon_state = "sushi_roll" slice_path = /obj/item/reagent_containers/food/snacks/sushi_serve @@ -4922,7 +4922,7 @@ reagents.add_reagent("seafood", 6) /obj/item/reagent_containers/food/snacks/sushi_serve - name = "ouere carp cake" + name = "ouerean carp cake" desc = "A serving of carp roll wrapped in special grass that combines unathi and human cooking techniques." icon_state = "sushi_serve" diff --git a/html/changelogs/geeves-carp_log_name.yml b/html/changelogs/geeves-carp_log_name.yml new file mode 100644 index 00000000000..cf8bca8e7b0 --- /dev/null +++ b/html/changelogs/geeves-carp_log_name.yml @@ -0,0 +1,6 @@ +author: Geeves + +delete-after: True + +changes: + - bugfix: "Fixed the name of some Ouerean dishes to properly display their real name." \ No newline at end of file