mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Techweb UI rework (#8893)
This commit is contained in:
@@ -12,6 +12,8 @@ SUBSYSTEM_DEF(research)
|
||||
var/datum/techweb/admin/admin_tech
|
||||
var/datum/techweb_node/error_node/error_node //These two are what you get if a node/design is deleted and somehow still stored in a console.
|
||||
var/datum/design/error_design/error_design
|
||||
var/techweb_pixel_size = 800
|
||||
var/techweb_legacy = FALSE
|
||||
|
||||
//ERROR LOGGING
|
||||
var/list/invalid_design_ids = list() //associative id = number of times
|
||||
|
||||
Reference in New Issue
Block a user