Skip to content

Commit

Permalink
Merge pull request #5364 from Superlagg/I-am-nightmare-moon,-and-the-…
Browse files Browse the repository at this point in the history
…night-shall-last-FOREVERRRRRRRR

Makes rounds last like 4 friggin weeks.
  • Loading branch information
Tk420634 authored Sep 24, 2024
2 parents dbaacf6 + 7cf17e8 commit b999287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/autotransfer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SUBSYSTEM_DEF(autotransfer)
wait = 1 MINUTES

var/starttime
var/targettime = 4.25 HOURS
var/targettime = 23.8 HOURS
var/voteinterval
var/maxvotes
var/curvotes = 0
Expand Down

0 comments on commit b999287

Please sign in to comment.