From 7bea5b0cd95f6f5697c7eb5b036f7f18325c4619 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sat, 9 Apr 2022 03:21:15 +0200 Subject: [PATCH] [MIRROR] Fixes Sloth Ruin note storing its contents in the wrong place. [MDB IGNORE] (#12621) --- code/modules/ruins/lavalandruin_code/sloth.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/ruins/lavalandruin_code/sloth.dm b/code/modules/ruins/lavalandruin_code/sloth.dm index a76cd630e8c..97c96da01eb 100644 --- a/code/modules/ruins/lavalandruin_code/sloth.dm +++ b/code/modules/ruins/lavalandruin_code/sloth.dm @@ -2,4 +2,4 @@ /obj/item/paper/fluff/stations/lavaland/sloth/note name = "note from sloth" - desc = "have not gotten around to finishing my cursed item yet sorry - sloth" + info = "have not gotten around to finishing my cursed item yet sorry - sloth"