mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
DMAPI Update (#17935)
* DMAPI Update * Fix * More changes * InitTgs * . * css * urg * fix that * some linux fixes * . * . * . * update * . * pref fixing * . * those are already sent * . * . * . * fully off * fix that * New classes & Format * make this nicer * CSS Edits * . * eh use switch * . * Update client procs.dm * Hard restart counter * Improved Staffwho style --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
@@ -747,3 +747,7 @@
|
||||
/// Turn this on if you want all admin-PMs to go to be sent to discord, and not only the first message of a ticket.
|
||||
/datum/config_entry/flag/discord_ahelps_all
|
||||
default = FALSE
|
||||
|
||||
/datum/config_entry/number/rounds_until_hard_restart
|
||||
default = -1
|
||||
min_val = 0
|
||||
|
||||
@@ -2,11 +2,7 @@
|
||||
/datum/config_entry/flag/items_survive_digestion
|
||||
default = TRUE
|
||||
|
||||
/datum/config_entry/string/vgs_access_identifier // VGS
|
||||
default = null
|
||||
protection = CONFIG_ENTRY_LOCKED | CONFIG_ENTRY_HIDDEN
|
||||
|
||||
/datum/config_entry/number/vgs_server_port // VGS
|
||||
/datum/config_entry/number/register_server_port
|
||||
default = null
|
||||
min_val = 0
|
||||
max_val = 65535
|
||||
|
||||
Reference in New Issue
Block a user