mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Magic Overhaul
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
update_icon()
|
||||
|
||||
/obj/structure/bookcase/attackby(obj/O as obj, mob/user as mob)
|
||||
if(istype(O, /obj/item/weapon/book))
|
||||
if(istype(O, /obj/item/weapon/book) || istype(O, /obj/item/weapon/spellbook))
|
||||
user.drop_item()
|
||||
O.loc = src
|
||||
update_icon()
|
||||
|
||||
Reference in New Issue
Block a user