mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
[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:
co-authored by
lizardqueenlexi
parent
01f6c1c268
commit
f737c8c620
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user