Skip to content

Commit

Permalink
Твик имплантов DeForest Medical Foundation (#1793)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReezeBL authored Feb 4, 2024
1 parent d513c01 commit 6b3b2a4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tff_modular/modules/deforest_implants/code.dm
Original file line number Diff line number Diff line change
@@ -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
)
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6b3b2a4

Please sign in to comment.