Merge pull request #13656 from Heroman3003/bookfix

Fixes book runtime
This commit is contained in:
Casey
2022-09-04 17:48:40 -04:00
committed by CHOMPStation2
parent 43928fcfb6
commit 31ab91d782

View File

@@ -309,6 +309,8 @@ Book Cart End
var/list/pages = list() //the contents of each page
/obj/item/weapon/book/bundle/proc/show_content(mob/user as mob)
if(!pages.len)
return
var/dat
var/obj/item/weapon/W = pages[page]
// first