[MIRROR] Removed an inexplicable Cyrillic letter from the code. [MDB IGNORE] (#23541)

* Removed an inexplicable Cyrillic letter from the code. (#78148)

## About The Pull Request

Resolves #77906

I've mercilessly torn the soul from the game and rendered it
functionally unplayable. The icon state for caramel popcorn, for
whatever reason, used a Cyrillic "с" in its name, which I've cruelly
rendered into a Latin "c" instead.
## Why It's Good For The Game

It's not pronounced "saramel".
## Changelog
No player-facing changes.

* Removed an inexplicable Cyrillic letter from the code.

---------

Co-authored-by: lizardqueenlexi <105025397+lizardqueenlexi@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-09-06 06:52:09 -04:00
committed by GitHub
co-authored by lizardqueenlexi
parent 01f6c1c268
commit f737c8c620
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -58,7 +58,7 @@
/obj/item/food/popcorn/caramel
name = "caramel popcorn"
icon_state = "сaramel_popcorn"
icon_state = "caramel_popcorn"
desc = "Caramel-covered popcorn. Sweet!"
food_reagents = list(
/datum/reagent/consumable/nutriment = 2,