mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user