diff --git a/code/modules/maps/planet_types/barren.dm b/code/modules/maps/planet_types/barren.dm index 485486bc62e..8495577d151 100644 --- a/code/modules/maps/planet_types/barren.dm +++ b/code/modules/maps/planet_types/barren.dm @@ -76,5 +76,5 @@ /mob/living/simple_animal/hostile/carp/shark/reaver/eel, /mob/living/simple_animal/hostile/gnat) /area/exoplanet/barren/asteroid - name = "\improper Asteroi surface" - base_turf = /turf/unsimulated/floor/asteroid/ash + name = "\improper Asteroid Surface" + base_turf = /turf/unsimulated/floor/asteroid/ash \ No newline at end of file diff --git a/code/modules/reagents/reagent_containers/food/snacks.dm b/code/modules/reagents/reagent_containers/food/snacks.dm index 0e4b9510330..d4fafda7083 100644 --- a/code/modules/reagents/reagent_containers/food/snacks.dm +++ b/code/modules/reagents/reagent_containers/food/snacks.dm @@ -4582,7 +4582,6 @@ reagent_data = list(/decl/reagent/nutriment = list("regret" = 6)) filling_color = "#B042FF" -// Ligger food and also bacon /obj/item/reagent_containers/food/snacks/rawbacon name = "raw bacon" desc = "A very thin piece of raw meat, cut from beef." @@ -4660,7 +4659,7 @@ filling_color = "#FC5647" /obj/item/reagent_containers/food/snacks/stuffed_meatball - name = "stuffed meatball" //YES + name = "stuffed meatball" desc = "A meatball loaded with cheese." icon_state = "stuffed_meatball" reagents_to_add = list(/decl/reagent/nutriment/protein = 4) diff --git a/html/changelogs/typo_fix.yml b/html/changelogs/typo_fix.yml new file mode 100644 index 00000000000..139b788809b --- /dev/null +++ b/html/changelogs/typo_fix.yml @@ -0,0 +1,6 @@ +author: SleepyGemmy + +delete-after: True + +changes: + - spellcheck: "Fixes some typos." \ No newline at end of file