mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
Remove data systems in favor of global datums (#82943)
This commit is contained in:
@@ -10,7 +10,7 @@ Simple datum which is instanced once per type and is used for every object of sa
|
||||
var/name = "material"
|
||||
/// A short description of the material. Not used anywhere, yet...
|
||||
var/desc = "its..stuff."
|
||||
/// What the material is indexed by in the DSmaterials.materials list. Defaults to the type of the material.
|
||||
/// What the material is indexed by in the SSmaterials.materials list. Defaults to the type of the material.
|
||||
var/id
|
||||
|
||||
///Base color of the material, is used for greyscale. Item isn't changed in color if this is null.
|
||||
@@ -23,7 +23,7 @@ Simple datum which is instanced once per type and is used for every object of sa
|
||||
///Starlight color of the material
|
||||
///This is the color of light it'll emit if its turf is transparent and over space. Defaults to COLOR_STARLIGHT if not set
|
||||
var/starlight_color
|
||||
///Bitflags that influence how DSmaterials handles this material.
|
||||
///Bitflags that influence how SSmaterials handles this material.
|
||||
var/init_flags = MATERIAL_INIT_MAPLOAD
|
||||
///Materials "Traits". its a map of key = category | Value = Bool. Used to define what it can be used for
|
||||
var/list/categories = list()
|
||||
|
||||
Reference in New Issue
Block a user