mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] Initialize fixing (#10335)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2e725a0727
commit
ce2446922e
@@ -150,4 +150,4 @@ CATEGORY: Fiction
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
"})
|
||||
"})
|
||||
|
||||
@@ -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))
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user