mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 08:36:00 +01:00
Lets you put hollowed books in bookcases
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
state = 0
|
||||
|
||||
if(2)
|
||||
if(istype(I, /obj/item/weapon/book) || istype(I, /obj/item/weapon/spellbook))
|
||||
if(istype(I, /obj/item/weapon/book) || istype(I, /obj/item/weapon/spellbook) || istype(I, /obj/item/weapon/storage/book))
|
||||
user.drop_item()
|
||||
I.loc = src
|
||||
update_icon()
|
||||
|
||||
Reference in New Issue
Block a user