mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-16 20:52:33 +00:00
Removes (now unused) sandbox related config and variable (#66803)
I don't know when we removed sandbox but this datum doesn't exist anymore and this var is unused Also the config does nothing anymore so might as well throw that out
This commit is contained in:
@@ -279,8 +279,6 @@
|
|||||||
/datum/config_entry/flag/silent_ai
|
/datum/config_entry/flag/silent_ai
|
||||||
/datum/config_entry/flag/silent_borg
|
/datum/config_entry/flag/silent_borg
|
||||||
|
|
||||||
/datum/config_entry/flag/sandbox_autoclose // close the sandbox panel after spawning an item, potentially reducing griff
|
|
||||||
|
|
||||||
/datum/config_entry/number/default_laws //Controls what laws the AI spawns with.
|
/datum/config_entry/number/default_laws //Controls what laws the AI spawns with.
|
||||||
default = 0
|
default = 0
|
||||||
min_val = 0
|
min_val = 0
|
||||||
|
|||||||
@@ -221,8 +221,6 @@
|
|||||||
var/list/client_colours = list()
|
var/list/client_colours = list()
|
||||||
var/hud_type = /datum/hud
|
var/hud_type = /datum/hud
|
||||||
|
|
||||||
var/datum/h_sandbox/sandbox = null
|
|
||||||
|
|
||||||
var/datum/focus //What receives our keyboard inputs. src by default
|
var/datum/focus //What receives our keyboard inputs. src by default
|
||||||
|
|
||||||
/// Used for tracking last uses of emotes for cooldown purposes
|
/// Used for tracking last uses of emotes for cooldown purposes
|
||||||
|
|||||||
@@ -211,13 +211,6 @@ NEAR_DEATH_EXPERIENCE
|
|||||||
#SILENT_AI
|
#SILENT_AI
|
||||||
#SILENT_BORG
|
#SILENT_BORG
|
||||||
|
|
||||||
## SANDBOX PANEL AUTOCLOSE ###
|
|
||||||
## The sandbox panel's item spawning dialog now stays open even after you click an option.
|
|
||||||
## If you find that your players are abusing the sandbox panel, this option may slow them down
|
|
||||||
## without preventing people from using it properly.
|
|
||||||
## Only functions in sandbox game mode.
|
|
||||||
#SANDBOX_AUTOCLOSE
|
|
||||||
|
|
||||||
## ROUNDSTART SILICON LAWS ###
|
## ROUNDSTART SILICON LAWS ###
|
||||||
## This controls what the AI's laws are at the start of the round.
|
## This controls what the AI's laws are at the start of the round.
|
||||||
## Set to 0/commented out for "off", silicons will just start with Asimov.
|
## Set to 0/commented out for "off", silicons will just start with Asimov.
|
||||||
|
|||||||
Reference in New Issue
Block a user