mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-17 13:42:44 +00:00
* Adds new Phase weapons * Fixes a thing * Puts phase weapons in cargo * Moves research designs, adds phase weapons * Comments out a duplicate design * Corrects duplicate design ID * Last commit on this PR, I swear
19 lines
740 B
Plaintext
19 lines
740 B
Plaintext
// Yeah yeah, vague file name. Basically a misc folder for antag things that RnD can make.
|
|
|
|
/datum/design/item/binaryencrypt
|
|
name = "Binary encryption key"
|
|
desc = "Allows for deciphering the binary channel on-the-fly."
|
|
id = "binaryencrypt"
|
|
req_tech = list(TECH_ILLEGAL = 2)
|
|
materials = list(DEFAULT_WALL_MATERIAL = 300, "glass" = 300)
|
|
build_path = /obj/item/device/encryptionkey/binary
|
|
sort_string = "VASAA"
|
|
|
|
/datum/design/item/chameleon
|
|
name = "Holographic equipment kit"
|
|
desc = "A kit of dangerous, high-tech equipment with changeable looks."
|
|
id = "chameleon"
|
|
req_tech = list(TECH_ILLEGAL = 2)
|
|
materials = list(DEFAULT_WALL_MATERIAL = 500)
|
|
build_path = /obj/item/weapon/storage/box/syndie_kit/chameleon
|
|
sort_string = "VASBA" |