Magic Overhaul

This commit is contained in:
ZomgPonies
2013-12-14 05:54:03 -05:00
parent 87c56b4b23
commit 12b8ae8d76
39 changed files with 1533 additions and 365 deletions
+1 -1
View File
@@ -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()