Telecrystal Fix

This commit is contained in:
Fox-McCloud
2016-05-29 03:55:57 -04:00
parent 87c13977af
commit aab2ad8443
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
var/newscaster_announcements = null
var/ert_disabled = 0
var/uplink_welcome = "Syndicate Uplink Console:"
var/uplink_uses = 10
var/uplink_uses = 20
var/const/waittime_l = 600 //lower bound on time before intercept arrives (in tenths of seconds)
var/const/waittime_h = 1800 //upper bound on time before intercept arrives (in tenths of seconds)
@@ -9,7 +9,7 @@
recommended_enemies = 1
uplink_welcome = "Crazy AI Uplink Console:"
uplink_uses = 10
uplink_uses = 20
var/AI_win_timeleft = 1500 //started at 1500, in case I change this for testing round end.
var/malf_mode_declared = 0
+1 -1
View File
@@ -6,7 +6,7 @@
required_players = 35
uplink_welcome = "EVIL METEOR Uplink Console:"
uplink_uses = 10
uplink_uses = 20
/datum/game_mode/meteor/announce()