diff --git a/code/game/objects/items/weapons/chaplain_items.dm b/code/game/objects/items/weapons/chaplain_items.dm index 9ff883efaf0..1cf45ae64f7 100644 --- a/code/game/objects/items/weapons/chaplain_items.dm +++ b/code/game/objects/items/weapons/chaplain_items.dm @@ -52,7 +52,7 @@ /obj/item/nullrod/charm name = "obsidian charm" desc = "A tajaran charm created from obsidian created to ward off the supernatural and bring good fortune." - desc_extended = "Talismans and charms are common among religious and superstitious tajara, with many believing them to be able to bring good fortune or ward off raskara and other evils." + desc_extended = "Talismans and charms are common among religious and superstitious tajara, with many believing them to be able to bring good fortune or ward off Raskara and other evils." icon = 'icons/obj/tajara_items.dmi' contained_sprite = TRUE item_icons = null diff --git a/code/modules/clothing/under/accessories/xeno/tajara.dm b/code/modules/clothing/under/accessories/xeno/tajara.dm index 5aec5e2cec0..f6f5082b438 100644 --- a/code/modules/clothing/under/accessories/xeno/tajara.dm +++ b/code/modules/clothing/under/accessories/xeno/tajara.dm @@ -312,7 +312,7 @@ desc = "A hand carved wooden charm of tajaran origin." icon_state = "wooden_talisman" item_state = "wooden_talisman" - desc_extended = "Talismans and charms are common among religious and superstitious tajara, with many believing them to be able to bring good fortune or ward off raskara and other evils. \ + desc_extended = "Talismans and charms are common among religious and superstitious tajara, with many believing them to be able to bring good fortune or ward off Raskara and other evils. \ Hand-carved tajani charms are held in special regards, often being thought of as being particularly fortunate." w_class = ITEMSIZE_TINY flags = NOBLUDGEON @@ -633,4 +633,4 @@ name = "medal for the harr'masir offensive" desc = "An award bestowed to the military personnel who took part in the final offensive to liberate Harr'masir from Hadiist occupation in 2461." icon_state = "harrmasir_offensive" - overlay_state = "iron" \ No newline at end of file + overlay_state = "iron" diff --git a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm index 0845ed96ba2..482805a6207 100644 --- a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm +++ b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm @@ -3961,7 +3961,7 @@ glass_icon_state = "peacetreatyglass" glass_name = "glass of Peace Treaty" - glass_desc = "A diplomatic overture in a glass" + glass_desc = "A diplomatic overture in a glass." /singleton/reagent/alcohol/caruso name = "Caruso" diff --git a/html/changelogs/sniblet-overture.yml b/html/changelogs/sniblet-overture.yml new file mode 100644 index 00000000000..a0180209dab --- /dev/null +++ b/html/changelogs/sniblet-overture.yml @@ -0,0 +1,7 @@ +author: Sniblet + +delete-after: True + +changes: + - spellcheck: "Punctuated the Peace Treaty glass's description." + - spellcheck: "Capitalized Raskara as it appears in Tajaran charms."