Skip to content

Commit

Permalink
sdaw
Browse files Browse the repository at this point in the history
2 2
  • Loading branch information
chris-poop committed Jul 19, 2024
1 parent 2c73498 commit 0cb56ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions code/controllers/subsystem/nightshift.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ SUBSYSTEM_DEF(nightshift)
var/current_tod = null

var/nightshift_active = FALSE
var/nightshift_start_time = 576000 //4pm //702000=7:30 PM, station time
var/nightshift_end_time = 360000 //10am //270000=7:30 AM, station time
var/nightshift_dawn_start = 288000 //198000=530am
var/nightshift_day_start = 360000 //270000=730am
var/nightshift_dusk_start = 504000 //630000=530pm
var/nightshift_start_time = 720000 //4pm //702000=7:30 PM, station time
var/nightshift_end_time = 144000 //10am //270000=7:30 AM, station time
var/nightshift_dawn_start = 144000 //198000=530am
var/nightshift_day_start = 288000 //270000=730am
var/nightshift_dusk_start = 576000 //630000=530pm

//1hr = 36000
//30m = 18000
Expand Down
2 changes: 1 addition & 1 deletion code/controllers/subsystem/ticker.dm
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ SUBSYSTEM_DEF(ticker)
//376000 day
var/gametime_offset = 288001 //Deciseconds to add to world.time for station time.
var/station_time_rate_multiplier = 50 //factor of station time progressal vs real time.
var/time_until_vote = 999999 MINUTES
var/time_until_vote = 999999999 MINUTES
var/last_vote_time = null
var/autovote = TRUE
var/firstvote = TRUE
Expand Down

0 comments on commit 0cb56ce

Please sign in to comment.