Removed storage.dm from defines and moved the storage item defines to the location of their respective procs.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5252 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
johnsonmt88@gmail.com
2012-12-02 19:00:33 +00:00
parent 880c851cec
commit 35cb1b2530
14 changed files with 1266 additions and 1096 deletions
@@ -1,3 +1,15 @@
/obj/item/weapon/storage/briefcase
name = "briefcase"
desc = "It's made of AUTHENTIC faux-leather and has a price-tag still attached. Its owner must be a real professional."
icon_state = "briefcase"
flags = FPRINT | TABLEPASS| CONDUCT
force = 8.0
throw_speed = 1
throw_range = 4
w_class = 4.0
max_w_class = 3
max_combined_w_class = 16
/obj/item/weapon/storage/briefcase/New()
..()
new /obj/item/weapon/paper(src)