[MIRROR] Initialize fixing (#10335)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-08 14:22:04 -07:00
committed by GitHub
parent 2e725a0727
commit ce2446922e
888 changed files with 2876 additions and 2225 deletions

View File

@@ -150,4 +150,4 @@ CATEGORY: Fiction
</div>
</body>
</html>
"})
"})

View File

@@ -20,7 +20,7 @@
density = TRUE
opacity = 1
/obj/structure/bookcase/Initialize()
/obj/structure/bookcase/Initialize(mapload)
. = ..()
for(var/obj/item/I in loc)
if(istype(I, /obj/item/book))

View File

@@ -139,7 +139,7 @@
var/static/list/base_genre_books
/obj/machinery/librarycomp/Initialize()
/obj/machinery/librarycomp/Initialize(mapload)
. = ..()
if(!base_genre_books || !base_genre_books.len)