mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 15:14:27 +01:00
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:
@@ -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///////////////////
|
||||
/////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user