Skip to content

Commit

Permalink
закрываем под доступ аптечки
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocma-san committed Dec 10, 2024
1 parent 51bc2f4 commit 445cdd6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tff_modular/modules/loadout/code/medkits/medkits.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#define JOB_GROUP_MEDICAL list(JOB_CORONER, \
JOB_MEDICAL_DOCTOR, \
JOB_PARAMEDIC, \
JOB_CHEMIST, \
JOB_VIROLOGIST, \
JOB_ORDERLY, \
JOB_CHIEF_MEDICAL_OFFICER, \
)

/datum/loadout_item/pocket_items/medkit
restricted_roles = list(JOB_GROUP_MEDICAL)

/datum/loadout_item/pocket_items/deforest_frontiermedkit
restricted_roles = list(JOB_GROUP_MEDICAL)

#undef JOB_GROUP_MEDICAL
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -8854,6 +8854,7 @@
#include "tff_modular\modules\loadout\code\clothing\grayscale.dm"
#include "tff_modular\modules\loadout\code\clothing\neck.dm"
#include "tff_modular\modules\loadout\code\loadout\neck.dm"
#include "tff_modular\modules\loadout\code\medkits\medkits.dm"
#include "tff_modular\modules\martial\sleeping_carp.dm"
#include "tff_modular\modules\modular_automapper\automapper.dm"
#include "tff_modular\modules\modular_automapper\replacer.dm"
Expand Down

0 comments on commit 445cdd6

Please sign in to comment.