From fbb12836a01bb6f49e3c6ee41957bc5caa7413c2 Mon Sep 17 00:00:00 2001 From: Ghom <42542238+Ghommie@users.noreply.github.com> Date: Tue, 31 Aug 2021 15:57:40 +0200 Subject: [PATCH] Corrects a possessive case in the fluff text of a paper note found in an ice planet ruin. (#61066) Corrected a possessive case in the text of the ancient note found in the ice library ruin. --- code/modules/ruins/icemoonruin_code/library.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/ruins/icemoonruin_code/library.dm b/code/modules/ruins/icemoonruin_code/library.dm index fa5a97b2933..d3d233c4692 100644 --- a/code/modules/ruins/icemoonruin_code/library.dm +++ b/code/modules/ruins/icemoonruin_code/library.dm @@ -13,7 +13,7 @@ /obj/item/paper/crumpled/bloody/fluff/stations/lavaland/library/warning name = "ancient note" - info = "Here lies the vast collection of He Who Knows Ten Thousand Things. Damned be those who seek it's knowledge for power." + info = "Here lies the vast collection of He Who Knows Ten Thousand Things. Damned be those who seek its knowledge for power." /obj/item/paper/crumpled/fluff/stations/lavaland/library/diary name = "diary entry 13"