im going to play doom 2 for 2 months straight and then shoot up my school

This commit is contained in:
Crnibombarder
2015-08-26 17:15:43 +00:00
parent 46283d3c6b
commit c618065352

View File

@@ -12,7 +12,6 @@
if(!istype(typepath,/obj/item/weapon/storage))
if(istype(typepath,/obj/machinery))
var/thing = new typepath(usr.loc)
usr.put_in_hands(thing)
else
var/obj/item/weapon/storage/box/box=new(usr.loc)
new typepath(box)