Skip to content

Commit

Permalink
Tram 24399 SR Hotfix [NO GBP] (#136)
Browse files Browse the repository at this point in the history
SR edit

Co-authored-by: lessthanthree <[email protected]>
  • Loading branch information
Steals-The-PRs and lessthnthree authored Oct 18, 2023
1 parent 7706d87 commit 17c6155
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/__DEFINES/transport.dm
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ DEFINE_BITFIELD(request_flags, list(
#define XING_STATE_RED 2
#define XING_STATE_MALF 3

#define AMBER_THRESHOLD_NORMAL 45
#define RED_THRESHOLD_NORMAL 20
#define AMBER_THRESHOLD_DEGRADED 30
#define RED_THRESHOLD_DEGRADED 15
#define AMBER_THRESHOLD_NORMAL 60 // SKYRAT EDIT CHANGE - RUN/WALK SPEED
#define RED_THRESHOLD_NORMAL 37 // SKYRAT EDIT CHANGE - RUN/WALK SPEED
#define AMBER_THRESHOLD_DEGRADED 45 // SKYRAT EDIT CHANGE - RUN/WALK SPEED
#define RED_THRESHOLD_DEGRADED 33 // SKYRAT EDIT CHANGE - RUN/WALK SPEED

#define DEFAULT_TRAM_LENGTH 10

Expand Down

0 comments on commit 17c6155

Please sign in to comment.