// Used for tab browsing. Themes that support this at the moment: just flock. // TODO: make the necessary javascript edits and theme code changes for base. // (see flockpanel.dm for an example of setting up the tab datums to make this work, end of the file) /datum/chui/tab var/id = "undefined" var/name = "Undefined" var/order = 0 /datum/chui/tab/proc/GetTabBody() return "!! UNIMPLEMENTED !!"