Fixes book runtime

This commit is contained in:
Heroman
2022-09-04 08:40:32 +10:00
parent c9e80fbe04
commit df176787aa
+2
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