Starlight fixes

This commit is contained in:
Mark van Alphen
2019-05-04 03:38:21 +02:00
parent f3fb39b339
commit bdfb4af5c2
5 changed files with 6 additions and 6 deletions
+1 -2
View File
@@ -605,8 +605,7 @@
config.event_delay_upper[EVENT_LEVEL_MAJOR] = MinutesToTicks(values[3])
if("starlight")
var/vvalue = text2num(value)
config.starlight = vvalue >= 0 ? vvalue : 0
config.starlight = 1
if("player_reroute_cap")
var/vvalue = text2num(value)