mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-27 10:41:42 +00:00
Improved closet/secure closet/crate code a bit. (Updated the paths on the map.) git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2585 316c924e-a436-60f5-8080-3fe189b3f50e
20 lines
479 B
Plaintext
20 lines
479 B
Plaintext
/obj/item/weapon/secstorage/ssafe
|
|
name = "secure safe"
|
|
icon = 'storage.dmi'
|
|
icon_state = "safe"
|
|
icon_opened = "safe0"
|
|
icon_locking = "safeb"
|
|
icon_sparking = "safespark"
|
|
flags = FPRINT | TABLEPASS
|
|
force = 8.0
|
|
w_class = 4.0
|
|
anchored = 1.0
|
|
density = 0
|
|
|
|
/obj/item/weapon/secstorage/ssafe/New()
|
|
..()
|
|
new /obj/item/weapon/paper(src)
|
|
new /obj/item/weapon/pen(src)
|
|
|
|
/obj/item/weapon/secstorage/ssafe/attack_hand(mob/user as mob)
|
|
return attack_self(user) |