Removes some unused code
Fixes #3493
Fixes #3428
Fixes #3444
This commit is contained in:
Ron
2017-09-25 10:59:52 +03:00
committed by Erki
parent 085e4840e7
commit 95595e45af
6 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
user << "<span class='notice'>You begin dismantling \the [src].</span>"
if(do_after(user,25))
user << "<span class='notice'>You dismantle \the [src].</span>"
new /obj/item/stack/material/wood(get_turf(src), amount = 3)
new /obj/item/stack/material/wood(get_turf(src), 3)
for(var/obj/item/weapon/book/b in contents)
b.loc = (get_turf(src))
qdel(src)