Skip to content

Commit

Permalink
Define code levels
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts committed Aug 24, 2024
1 parent 057aa32 commit 41e5e31
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions code/__DEFINES/misc_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
#define CANDLE_LUM 3 //For how bright candles are

//Security levels
#define SEC_LEVEL_GREEN 0
#define SEC_LEVEL_BLUE 1
#define SEC_LEVEL_RED 2
#define SEC_LEVEL_GAMMA 3
#define SEC_LEVEL_EPSILON 4
#define SEC_LEVEL_DELTA 5
#define SEC_LEVEL_GREEN 0
#define SEC_LEVEL_BLUE 1
#define SEC_LEVEL_VIOLET 2
#define SEC_LEVEL_ORANGE 3
#define SEC_LEVEL_RED 4
#define SEC_LEVEL_GAMMA 5
#define SEC_LEVEL_EPSILON 6
#define SEC_LEVEL_DELTA 7

//Click cooldowns, in tenths of a second
#define CLICK_CD_MELEE 8
Expand Down

0 comments on commit 41e5e31

Please sign in to comment.