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."