Added empty lockboxes and secure briefcases to the R&D Designs.

Was suggested here: http://baystation12.net/forums/index.php/topic,3287.msg84734.html#msg84734
Signed-off-by: Lexus Langg <jaedonjacobi@yahoo.com>
This commit is contained in:
Lexus Langg
2012-05-22 12:32:07 -07:00
parent bfc411afeb
commit 47cc90ca1a
+22
View File
@@ -1518,6 +1518,28 @@ datum
build_path = "/obj/item/clothing/glasses/hud/security"
locked = 1
/////////////////////////////////////////
///////////////Secure Items//////////////
/////////////////////////////////////////
lockbox
name = "Empty Lockbox"
desc = "A locked box"
id = "lockbox"
req_tech = list("materials" = 2, "engineering" = 3)
build_type = PROTOLATHE
materials = list("$metal" = 200, "$glass" = 20)
build_path = "/obj/item/weapon/storage/lockbox"
secbriefcase
name = "Secure Briefcase"
desc = "A large briefcase with a digital locking system."
id = "secbriefcase"
req_tech = list("materials" = 2, "engineering" = 3)
build_type = PROTOLATHE
materials = list("$metal" = 200, "$glass" = 20, "$silver" = 10)
build_path = "/obj/item/weapon/secstorage/sbriefcase"
/////////////////////////////////////////
//////////////////Test///////////////////
/////////////////////////////////////////