mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Telecrystal Fix
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
required_players = 35
|
||||
|
||||
uplink_welcome = "EVIL METEOR Uplink Console:"
|
||||
uplink_uses = 10
|
||||
uplink_uses = 20
|
||||
|
||||
|
||||
/datum/game_mode/meteor/announce()
|
||||
|
||||
Reference in New Issue
Block a user