mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 06:27:26 +01:00
Ghost "Toggle Darkness" value is now remembered (#17206)
This commit is contained in:
@@ -114,6 +114,8 @@ GLOBAL_LIST_INIT(special_role_times, list( //minimum age (in days) for accounts
|
||||
var/list/datum/character_save/character_saves = list()
|
||||
/// The current active character
|
||||
var/datum/character_save/active_character
|
||||
/// How dark things are if client is a ghost, 0-255
|
||||
var/ghost_darkness_level = LIGHTING_PLANE_ALPHA_VISIBLE
|
||||
|
||||
/datum/preferences/New(client/C, datum/db_query/Q) // Process our query
|
||||
parent = C
|
||||
|
||||
Reference in New Issue
Block a user