mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-18 03:21:30 +01:00
Pins system
pins system
This commit is contained in:
@@ -105,6 +105,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
||||
var/roleplayroles = FALSE //for the roleplay roles
|
||||
var/importantroles = FALSE //for things that define as important.
|
||||
|
||||
|
||||
var/datum/species/pref_species = new /datum/species/human() //Mutant race
|
||||
var/list/features = list("mcolor" = "FFF",
|
||||
"tail_lizard" = "Smooth",
|
||||
@@ -233,6 +234,9 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
||||
var/unlock_content = 0
|
||||
var/vip = 0
|
||||
|
||||
//visable pins!
|
||||
var/list/pins = list()
|
||||
|
||||
var/list/ignoring = list()
|
||||
|
||||
var/clientfps = 60
|
||||
|
||||
Reference in New Issue
Block a user