diff --git a/tff_modular/modules/deforest_implants/code.dm b/tff_modular/modules/deforest_implants/code.dm new file mode 100644 index 00000000000..1120674cdd3 --- /dev/null +++ b/tff_modular/modules/deforest_implants/code.dm @@ -0,0 +1,13 @@ +//Cyberpunk implants can be bought only from restricted consoles +/datum/armament_entry/company_import/deforest/cyber_implants + restricted = TRUE + +//And emag-cyberdeck only from contraband. Still easy to get. +/datum/armament_entry/company_import/deforest/cyber_implants/hackerman + contraband = TRUE + +//No free emag from RnD. +/datum/design/cyberimp_hackerman + category = list( + RND_CATEGORY_SYNDICATE + ) diff --git a/tgstation.dme b/tgstation.dme index 980cca03970..41bedb1f97c 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -8193,6 +8193,7 @@ #include "tff_modular\modules\custom_revolution\code\rev_deconvert_machine.dm" #include "tff_modular\modules\custom_revolution\code\rev_head_role.dm" #include "tff_modular\modules\custom_revolution\code\rev_team_role.dm" +#include "tff_modular\modules\deforest_implants\code.dm" #include "tff_modular\modules\discord\discord.dm" #include "tff_modular\modules\emotes\code\dna_screams.dm" #include "tff_modular\modules\emotes\code\emotes.dm"