mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 01:52:15 +00:00
20 lines
477 B
Plaintext
20 lines
477 B
Plaintext
/obj/item/weapon/secstorage/ssafe
|
|
name = "secure safe"
|
|
icon = 'storage.dmi'
|
|
icon_state = "safe"
|
|
icon_open = "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) |