Skip to content

Commit

Permalink
Potentially fixes book cases (#11311)
Browse files Browse the repository at this point in the history
* hmmm

* unsure if this works but we'll see
  • Loading branch information
XeonMations authored Aug 25, 2024
1 parent 20088b6 commit a0df181
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions code/modules/library/lib_items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
if(!isbook(I))
continue
I.forceMove(src)
update_appearance()
update_icon_state()

/obj/structure/bookcase/examine(mob/user)
. = ..()
Expand Down Expand Up @@ -141,8 +141,6 @@
return
if(!istype(user))
return
if(!length(contents))
return
if(load_random_books)
create_random_books(books_to_load, src, FALSE, random_category)
load_random_books = FALSE
Expand Down

0 comments on commit a0df181

Please sign in to comment.