From bd50c4aabff737c12eaaa78a358d5eb98e91510c Mon Sep 17 00:00:00 2001 From: meemofcourse <75212565+meemofcourse@users.noreply.github.com> Date: Fri, 26 Jan 2024 10:46:56 -0300 Subject: [PATCH] sigh --- code/modules/library/lib_items.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/library/lib_items.dm b/code/modules/library/lib_items.dm index c8d95482a837..55d33ee80d20 100644 --- a/code/modules/library/lib_items.dm +++ b/code/modules/library/lib_items.dm @@ -200,6 +200,7 @@ name = "chemistry manuals bookcase" /obj/structure/bookcase/manuals/chemistry/Initialize() + . = ..() new /obj/item/book/manual/wiki/chemistry(src) new /obj/item/book/manual/wiki/ghetto_chemistry(src)