Skip to content

Commit

Permalink
Revert "дефинесы"
Browse files Browse the repository at this point in the history
This reverts commit a310dfc.
  • Loading branch information
BR54FF committed Nov 30, 2023
1 parent a11121c commit 3cafd3a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions code/__DEFINES/departments_defines.dm
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

#define DEPARTMENT_ENGINEERING "инженерного"
#define DEPARTMENT_MEDICAL "медицинского"
#define DEPARTMENT_SCIENCE "научного"
#define DEPARTMENT_SUPPLY "снабженческого"
#define DEPARTMENT_SERVICE "сервисного"
#define DEPARTMENT_SECURITY "охранного"
#define DEPARTMENT_ENGINEERING "Engineering"
#define DEPARTMENT_MEDICAL "Medical"
#define DEPARTMENT_SCIENCE "Science"
#define DEPARTMENT_SUPPLY "Supply"
#define DEPARTMENT_SERVICE "Service"
#define DEPARTMENT_SECURITY "Security"
#define DEPARTMENT_ASSISTANT "Assistant" // Does not have a corresponding bitflag
#define DEPARTMENT_SILICON "Silicon" // Does not have a corresponding bitflag
#define DEPARTMENT_COMMAND "командного"
#define DEPARTMENT_COMMAND "Command"

#define DEP_FLAG_SUPPLY (1<<0)
#define DEP_FLAG_SERVICE (1<<1)
Expand Down

0 comments on commit 3cafd3a

Please sign in to comment.