From dfa17ffd18484d7a35bec45dfff18c2269c8dfdb Mon Sep 17 00:00:00 2001 From: llywyn <82828093+llywyn@users.noreply.github.com> Date: Sat, 4 Dec 2021 01:23:13 +0000 Subject: [PATCH] Nralakk projector typo fix (#12808) --- code/game/objects/items/skrell.dm | 4 ++-- html/changelogs/lly2-nralakk_typo_fix.yml | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 html/changelogs/lly2-nralakk_typo_fix.yml diff --git a/code/game/objects/items/skrell.dm b/code/game/objects/items/skrell.dm index d39db9611d6..091d4ca924e 100644 --- a/code/game/objects/items/skrell.dm +++ b/code/game/objects/items/skrell.dm @@ -158,7 +158,7 @@ if("Nralakk") hologram_message = pick("You see the Jargon system sky projected on the ceiling.", "You see planets slowly orbiting Nralakk above the projector.", - "You hear faint ceremonial hymms.") + "You hear faint ceremonial hymns.") if(hologram_message) visible_message("[hologram_message]") @@ -223,4 +223,4 @@ item_state = "resident_starlight" flippable = FALSE v_flippable = FALSE - badge_string = null \ No newline at end of file + badge_string = null diff --git a/html/changelogs/lly2-nralakk_typo_fix.yml b/html/changelogs/lly2-nralakk_typo_fix.yml new file mode 100644 index 00000000000..abb49d4cc31 --- /dev/null +++ b/html/changelogs/lly2-nralakk_typo_fix.yml @@ -0,0 +1,6 @@ +author: Lly2 + +delete-after: True + +changes: + - bugfix: "Nralakk projector typo fixed."