mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-11 07:59:08 +01:00
lil tweaks
- added a jukebox to box - removed all access restricitions from the jukebox - added 3 more title screen songs: Precinct 41, Totally Transcedent, Whirling-In-Rags - fixed the bug with haydee modular jumpsuit icon - increased admin played sound file size limit to 4 MB
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
icon_state = "jukebox"
|
||||
verb_say = "states"
|
||||
density = TRUE
|
||||
req_one_access = list(ACCESS_BAR, ACCESS_KITCHEN, ACCESS_HYDROPONICS, ACCESS_ENGINE, ACCESS_CARGO, ACCESS_THEATRE)
|
||||
req_one_access = list()
|
||||
var/active = FALSE
|
||||
var/list/rangers = list()
|
||||
var/stop = 0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
////////////
|
||||
//SECURITY//
|
||||
////////////
|
||||
#define UPLOAD_LIMIT 1048576 //Restricts client uploads to the server to 1MB //Could probably do with being lower.
|
||||
#define UPLOAD_LIMIT 4194304 //Restricts client uploads to the server to 1MB //Could probably do with being lower. //GS13 edit: increased to 4Mb
|
||||
|
||||
GLOBAL_LIST_INIT(blacklisted_builds, list(
|
||||
"1407" = "bug preventing client display overrides from working leads to clients being able to see things/mobs they shouldn't be able to see",
|
||||
|
||||
Reference in New Issue
Block a user