mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-09 00:42:34 +00:00
Fixes ai core airlock, lack of bluespace crystals and a bit more (#3225)
-fixes #3218 -fixes #3213 Fixes a messed up table at telescience Fixes a wrong cable at engineering Fixes a broken uplink item Fixes a wrong named camera Changes the location of the heister and merc shuttles in the under station z level to be near the engine pipe area
This commit is contained in:
@@ -837,6 +837,15 @@ datum/design/item/experimental_welder
|
||||
build_path = /obj/item/weapon/storage/backpack/holding
|
||||
sort_string = "VAEAA"
|
||||
|
||||
/datum/design/item/bluespace_crystal
|
||||
name = "Artificial Bluespace Crystal"
|
||||
desc = "An artificially made bluespace crystal."
|
||||
id = "bluespace_crystal"
|
||||
req_tech = list(TECH_BLUESPACE = 4, TECH_MATERIAL = 6)
|
||||
materials = list("gold" = 1500, "diamond" = 1500, "phoron" = 1500)
|
||||
build_path = /obj/item/bluespace_crystal/artificial
|
||||
sort_string = "VAFAA"
|
||||
|
||||
/datum/design/item/binaryencrypt
|
||||
name = "Binary encryption key"
|
||||
desc = "Allows for deciphering the binary channel on-the-fly."
|
||||
|
||||
Reference in New Issue
Block a user