mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +01:00
tgui 516 (#16990)
* tgui 516 * nuking * . * . * redux test * this * no longer in use * removes debugs for now until someone ports the macro handling * import types * . * maxWidth * temp fix * fix type import * fix that * also that * version up * also push this while on it * rid of that * dependency up * allow mark up inputs * update * mb to search * add scroll to nanoMap * type fixing * Update ExportTab.tsx * Update index.tsx * Update XenoarchReplicator.tsx * Update XenoarchReplicator_clothing_vr.tsx * Update XenoarchReplicator_clothing_vr.tsx * Update XenoarchReplicator.tsx * crew monitor improvements * types
This commit is contained in:
@@ -106,11 +106,8 @@
|
||||
strict_mode = TRUE,
|
||||
fancy = user.read_preference(/datum/preference/toggle/tgui_fancy),
|
||||
assets = list(
|
||||
// FIXME: Delete this when 516 is required!
|
||||
user.client.byond_version >= 516 \
|
||||
? get_asset_datum(/datum/asset/simple/tgui_edge) \
|
||||
: get_asset_datum(/datum/asset/simple/tgui),
|
||||
))
|
||||
get_asset_datum(/datum/asset/simple/tgui),
|
||||
))
|
||||
else
|
||||
window.send_message("ping")
|
||||
send_assets()
|
||||
|
||||
Reference in New Issue
Block a user