Adds XGM panel (#20045)

* Refactor

* XGM Panel

* Icon
This commit is contained in:
Exxion
2018-10-10 08:23:20 -04:00
committed by jknpj
parent 01ed24d754
commit 01bc6a8651
4 changed files with 129 additions and 13 deletions

View File

@@ -4110,6 +4110,9 @@
if(href_list["vsc"] == "default")
zas_settings.SetDefault(usr)
else if(href_list["xgm_panel"])
XGM.ui_interact(usr)
else if(href_list["toglang"])
if(check_rights(R_SPAWN))
var/mob/M = locate(href_list["toglang"])