Moved the time from which crew transfer factor is > 1 up by an hour.

This commit is contained in:
cib
2013-03-13 10:58:28 +01:00
parent 0a37535d37
commit 3d1aa9c428

View File

@@ -82,9 +82,9 @@ datum/controller/vote
factor = 0.5
if(61 to 120)
factor = 0.8
if(121 to 180)
if(121 to 240)
factor = 1
if(180 to 240)
if(241 to 300)
factor = 1.2
else
factor = 1.4