Skip to content

Commit

Permalink
Revert "Define code levels"
Browse files Browse the repository at this point in the history
This reverts commit 41e5e31.
  • Loading branch information
m-dzianishchyts committed Aug 25, 2024
1 parent edb4af8 commit 472bbba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions code/__DEFINES/misc_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
#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_GREEN 0

Check warning on line 5 in code/__DEFINES/misc_defines.dm

View workflow job for this annotation

GitHub Actions / Run Linters

macro redefined: SEC_LEVEL_GREEN
#define SEC_LEVEL_BLUE 1

Check warning on line 6 in code/__DEFINES/misc_defines.dm

View workflow job for this annotation

GitHub Actions / Run Linters

macro redefined: SEC_LEVEL_BLUE
#define SEC_LEVEL_RED 2

Check warning on line 7 in code/__DEFINES/misc_defines.dm

View workflow job for this annotation

GitHub Actions / Run Linters

macro redefined: SEC_LEVEL_RED
#define SEC_LEVEL_GAMMA 3

Check warning on line 8 in code/__DEFINES/misc_defines.dm

View workflow job for this annotation

GitHub Actions / Run Linters

macro redefined: SEC_LEVEL_GAMMA
#define SEC_LEVEL_EPSILON 4

Check warning on line 9 in code/__DEFINES/misc_defines.dm

View workflow job for this annotation

GitHub Actions / Run Linters

macro redefined: SEC_LEVEL_EPSILON
#define SEC_LEVEL_DELTA 5
#define SEC_LEVEL_DELTA 5

Check warning on line 10 in code/__DEFINES/misc_defines.dm

View workflow job for this annotation

GitHub Actions / Run Linters

macro redefined: SEC_LEVEL_DELTA

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

0 comments on commit 472bbba

Please sign in to comment.