mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Add bluespace flare to research designs
This commit is contained in:
@@ -63,3 +63,12 @@ datum/design/item/general/laserpointer
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 500)
|
||||
build_path = /obj/item/weapon/storage/box/syndie_kit/chameleon
|
||||
sort_string = "TBAAB"
|
||||
|
||||
/datum/design/item/general/chameleon
|
||||
name = "bluespace flare"
|
||||
desc = "A marker that can be detected by shuttle landing systems."
|
||||
id = "bsflare"
|
||||
req_tech = list(TECH_DATA = 3, TECH_BLUESPACE = 4)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 4000, MAT_GLASS = 2000, MAT_SILVER = 2000)
|
||||
build_path = /obj/item/device/spaceflare
|
||||
sort_string = "TBAAC"
|
||||
|
||||
Reference in New Issue
Block a user