add syndicate tech requirement

This commit is contained in:
datlo
2018-12-29 07:15:38 +00:00
parent c12fa7af2b
commit 969a433f97
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -49,6 +49,7 @@
/obj/item/mecha_modkit/voice/syndicate
name = "mecha voice modification kit : Syndicate"
desc = "This suspicious modification kit updates a mech's onboard voice to Syndicate."
origin_tech = "syndicate=1"
nominalsound = 'sound/mecha/nominalsyndi.ogg'
zoomsound = 'sound/mecha/imag_enhsyndi.ogg'
critdestrsound = 'sound/mecha/critdestrsyndi.ogg'
@@ -1232,6 +1232,7 @@
id = "voice_syndicate"
build_type = MECHFAB
materials = list(MAT_METAL = 400, MAT_TITANIUM = 100)
req_tech = list("syndicate" = 2)
construction_time = 50
build_path = /obj/item/mecha_modkit/voice/syndicate
category = list("Misc")