mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
New bodyscanner UI fixes (#8200)
This commit is contained in:
@@ -121,8 +121,8 @@
|
||||
VUEUI_SET_CHECK(data["spawners"][G.short_name]["enabled"], G.enabled, ., data)
|
||||
VUEUI_SET_CHECK(data["spawners"][G.short_name]["count"], G.count, ., data)
|
||||
VUEUI_SET_CHECK(data["spawners"][G.short_name]["max_count"], G.max_count, ., data)
|
||||
VUEUI_SET_CHECK(data["spawners"][G.short_name]["tags"], G.tags, ., data)
|
||||
VUEUI_SET_CHECK(data["spawners"][G.short_name]["spawnpoints"], G.spawnpoints, ., data)
|
||||
VUEUI_SET_CHECK_LIST(data["spawners"][G.short_name]["tags"], G.tags, ., data)
|
||||
VUEUI_SET_CHECK_LIST(data["spawners"][G.short_name]["spawnpoints"], G.spawnpoints, ., data)
|
||||
|
||||
/datum/controller/subsystem/ghostroles/Topic(href, href_list)
|
||||
var/datum/vueui/ui = href_list["vueui"]
|
||||
|
||||
Reference in New Issue
Block a user