mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
510 + btime mostly removed + screen overlays overhaul + Paradise sched improvements
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
////////////
|
||||
#define TOPIC_SPAM_DELAY 2 //2 ticks is about 2/10ths of a second; it was 4 ticks, but that caused too many clicks to be lost due to lag
|
||||
#define UPLOAD_LIMIT 10485760 //Restricts client uploads to the server to 10MB //Boosted this thing. What's the worst that can happen?
|
||||
#define MIN_CLIENT_VERSION 0 //Just an ambiguously low version for now, I don't want to suddenly stop people playing.
|
||||
#define MIN_CLIENT_VERSION 510 //Just an ambiguously low version for now, I don't want to suddenly stop people playing.
|
||||
//I would just like the code ready should it ever need to be used.
|
||||
/*
|
||||
When somebody clicks a link in game, this Topic is called first.
|
||||
|
||||
@@ -331,7 +331,7 @@ AND players.player_slot = ? ;"}, ckey, slot)
|
||||
|
||||
var/list/player_alt_list1 = new
|
||||
var/list/player_alt_list2 = new()
|
||||
player_alt_list1.Add(text2list(preference_list["player_alt_titles"], ";")) // we're getting the first part of the string for each job.
|
||||
player_alt_list1.Add(splittext(preference_list["player_alt_titles"], ";")) // we're getting the first part of the string for each job.
|
||||
for(var/item in player_alt_list1) // iterating through the list
|
||||
if(!findtext(item, ":"))
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user