mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-24 16:16:45 +01:00
8 lines
187 B
Plaintext
8 lines
187 B
Plaintext
/client/verb/fix_stat_panel()
|
|
set name = "Fix Stat Panel"
|
|
set category = VERB_CATEGORY_OOC
|
|
|
|
if(!istype(tgui_stat))
|
|
tgui_stat = new(src, SKIN_BROWSER_ID_STAT)
|
|
tgui_stat.initialize()
|