[MIRROR] Converts the first few of our UIs to typescript (#8588)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2
2024-06-28 13:05:53 -07:00
committed by GitHub
parent 7ee8e61b76
commit be4aeefce3
274 changed files with 12200 additions and 8304 deletions

View File

@@ -1022,12 +1022,11 @@ var/list/gamemode_cache = list()
if("asset_cdn_url")
config.asset_cdn_url = value
//ChompEDIT - these belong here
if("allow_robot_recolor")
config.allow_robot_recolor = 1
config.allow_robot_recolor = TRUE
if("allow_simple_mob_recolor")
config.allow_simple_mob_recolor = 1
//ChompEDIT End
config.allow_simple_mob_recolor = TRUE
else
log_misc("Unknown setting in configuration: '[name]'")
@@ -1097,12 +1096,6 @@ var/list/gamemode_cache = list()
if("loadout_whitelist")
config.loadout_whitelist = text2num(value)
/* //ChompEDIT - wrong place
if("allow_robot_recolor")
config.allow_robot_recolor = 1
if("allow_simple_mob_recolor")
config.allow_simple_mob_recolor = 1
*/
else
log_misc("Unknown setting in configuration: '[name]'")