mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
* Adds global var for the nukedisk and fixes the advanced pinpointer. * Changelog * Removes redundancy
3493 lines
111 KiB
Plaintext
3493 lines
111 KiB
Plaintext
// THIS FILE IS AUTOMATICALLY CREATED BY tools/gen_globals.py
|
|
/proc/readglobal(which)
|
|
switch(which)
|
|
if("map")
|
|
return global.map;
|
|
if("masterdatumPool")
|
|
return global.masterdatumPool;
|
|
if("pooledvariables")
|
|
return global.pooledvariables;
|
|
if("prox_sensor_ignored_types")
|
|
return global.prox_sensor_ignored_types;
|
|
if("ability_verbs")
|
|
return global.ability_verbs;
|
|
if("sent_aliens_to_station")
|
|
return global.sent_aliens_to_station;
|
|
if("account_hack_attempted")
|
|
return global.account_hack_attempted;
|
|
if("spacevines_spawned")
|
|
return global.spacevines_spawned;
|
|
if("sent_spiders_to_station")
|
|
return global.sent_spiders_to_station;
|
|
if("lighting_update_lights")
|
|
return global.lighting_update_lights;
|
|
if("lighting_update_corners")
|
|
return global.lighting_update_corners;
|
|
if("lighting_update_overlays")
|
|
return global.lighting_update_overlays;
|
|
if("exclude")
|
|
return global.exclude;
|
|
if("asset_cache")
|
|
return global.asset_cache;
|
|
if("error_last_seen")
|
|
return global.error_last_seen;
|
|
if("error_cooldown")
|
|
return global.error_cooldown;
|
|
if("html_interfaces")
|
|
return global.html_interfaces;
|
|
if("all_lighting_corners")
|
|
return global.all_lighting_corners;
|
|
if("LIGHTING_CORNER_DIAGONAL")
|
|
return global.LIGHTING_CORNER_DIAGONAL;
|
|
if("all_lighting_overlays")
|
|
return global.all_lighting_overlays;
|
|
if("cargo_telepads")
|
|
return global.cargo_telepads;
|
|
if("chatResources")
|
|
return global.chatResources;
|
|
if("bicon_cache")
|
|
return global.bicon_cache;
|
|
if("dview_mob")
|
|
return global.dview_mob;
|
|
if("tick_start")
|
|
return global.tick_start;
|
|
if("meteor_wave_delay")
|
|
return global.meteor_wave_delay;
|
|
if("meteors_in_wave")
|
|
return global.meteors_in_wave;
|
|
if("meteor_wave_active")
|
|
return global.meteor_wave_active;
|
|
if("max_meteor_size")
|
|
return global.max_meteor_size;
|
|
if("chosen_dir")
|
|
return global.chosen_dir;
|
|
if("create_mob_html")
|
|
return global.create_mob_html;
|
|
if("create_object_html")
|
|
return global.create_object_html;
|
|
if("create_turf_html")
|
|
return global.create_turf_html;
|
|
if("any")
|
|
return global.any;
|
|
if("asset_cache_populated")
|
|
return global.asset_cache_populated;
|
|
if("total_runtimes")
|
|
return global.total_runtimes;
|
|
if("total_runtimes_skipped")
|
|
return global.total_runtimes_skipped;
|
|
if("error_cache")
|
|
return global.error_cache;
|
|
if("lighting_corners_initialised")
|
|
return global.lighting_corners_initialised;
|
|
if("security_level")
|
|
return global.security_level;
|
|
if("iconCache")
|
|
return global.iconCache;
|
|
if("round_end_info")
|
|
return global.round_end_info;
|
|
if("deadmins")
|
|
return global.deadmins;
|
|
if("lockedvars")
|
|
return global.lockedvars;
|
|
if("type_instances")
|
|
return global.type_instances;
|
|
if("data_core")
|
|
return global.data_core;
|
|
if("plmaster")
|
|
return global.plmaster;
|
|
if("slmaster")
|
|
return global.slmaster;
|
|
if("account_DBs")
|
|
return global.account_DBs;
|
|
if("global_map")
|
|
return global.global_map;
|
|
if("universe")
|
|
return global.universe;
|
|
if("paper_tag_whitelist")
|
|
return global.paper_tag_whitelist;
|
|
if("paper_blacklist")
|
|
return global.paper_blacklist;
|
|
if("BLINDBLOCK")
|
|
return global.BLINDBLOCK;
|
|
if("DEAFBLOCK")
|
|
return global.DEAFBLOCK;
|
|
if("HULKBLOCK")
|
|
return global.HULKBLOCK;
|
|
if("TELEBLOCK")
|
|
return global.TELEBLOCK;
|
|
if("FIREBLOCK")
|
|
return global.FIREBLOCK;
|
|
if("XRAYBLOCK")
|
|
return global.XRAYBLOCK;
|
|
if("CLUMSYBLOCK")
|
|
return global.CLUMSYBLOCK;
|
|
if("FAKEBLOCK")
|
|
return global.FAKEBLOCK;
|
|
if("COUGHBLOCK")
|
|
return global.COUGHBLOCK;
|
|
if("GLASSESBLOCK")
|
|
return global.GLASSESBLOCK;
|
|
if("EPILEPSYBLOCK")
|
|
return global.EPILEPSYBLOCK;
|
|
if("TWITCHBLOCK")
|
|
return global.TWITCHBLOCK;
|
|
if("NERVOUSBLOCK")
|
|
return global.NERVOUSBLOCK;
|
|
if("MONKEYBLOCK")
|
|
return global.MONKEYBLOCK;
|
|
if("BLOCKADD")
|
|
return global.BLOCKADD;
|
|
if("DIFFMUT")
|
|
return global.DIFFMUT;
|
|
if("HEADACHEBLOCK")
|
|
return global.HEADACHEBLOCK;
|
|
if("NOBREATHBLOCK")
|
|
return global.NOBREATHBLOCK;
|
|
if("REMOTEVIEWBLOCK")
|
|
return global.REMOTEVIEWBLOCK;
|
|
if("REGENERATEBLOCK")
|
|
return global.REGENERATEBLOCK;
|
|
if("INCREASERUNBLOCK")
|
|
return global.INCREASERUNBLOCK;
|
|
if("REMOTETALKBLOCK")
|
|
return global.REMOTETALKBLOCK;
|
|
if("MORPHBLOCK")
|
|
return global.MORPHBLOCK;
|
|
if("COLDBLOCK")
|
|
return global.COLDBLOCK;
|
|
if("HALLUCINATIONBLOCK")
|
|
return global.HALLUCINATIONBLOCK;
|
|
if("NOPRINTSBLOCK")
|
|
return global.NOPRINTSBLOCK;
|
|
if("SHOCKIMMUNITYBLOCK")
|
|
return global.SHOCKIMMUNITYBLOCK;
|
|
if("SMALLSIZEBLOCK")
|
|
return global.SMALLSIZEBLOCK;
|
|
if("LISPBLOCK")
|
|
return global.LISPBLOCK;
|
|
if("MUTEBLOCK")
|
|
return global.MUTEBLOCK;
|
|
if("RADBLOCK")
|
|
return global.RADBLOCK;
|
|
if("FATBLOCK")
|
|
return global.FATBLOCK;
|
|
if("CHAVBLOCK")
|
|
return global.CHAVBLOCK;
|
|
if("SWEDEBLOCK")
|
|
return global.SWEDEBLOCK;
|
|
if("SCRAMBLEBLOCK")
|
|
return global.SCRAMBLEBLOCK;
|
|
if("TOXICFARTBLOCK")
|
|
return global.TOXICFARTBLOCK;
|
|
if("STRONGBLOCK")
|
|
return global.STRONGBLOCK;
|
|
if("HORNSBLOCK")
|
|
return global.HORNSBLOCK;
|
|
if("SMILEBLOCK")
|
|
return global.SMILEBLOCK;
|
|
if("ELVISBLOCK")
|
|
return global.ELVISBLOCK;
|
|
if("SOBERBLOCK")
|
|
return global.SOBERBLOCK;
|
|
if("PSYRESISTBLOCK")
|
|
return global.PSYRESISTBLOCK;
|
|
if("FARSIGHTBLOCK")
|
|
return global.FARSIGHTBLOCK;
|
|
if("CHAMELEONBLOCK")
|
|
return global.CHAMELEONBLOCK;
|
|
if("CRYOBLOCK")
|
|
return global.CRYOBLOCK;
|
|
if("EATBLOCK")
|
|
return global.EATBLOCK;
|
|
if("JUMPBLOCK")
|
|
return global.JUMPBLOCK;
|
|
if("MELTBLOCK")
|
|
return global.MELTBLOCK;
|
|
if("EMPATHBLOCK")
|
|
return global.EMPATHBLOCK;
|
|
if("SUPERFARTBLOCK")
|
|
return global.SUPERFARTBLOCK;
|
|
if("IMMOLATEBLOCK")
|
|
return global.IMMOLATEBLOCK;
|
|
if("POLYMORPHBLOCK")
|
|
return global.POLYMORPHBLOCK;
|
|
if("LOUDBLOCK")
|
|
return global.LOUDBLOCK;
|
|
if("WHISPERBLOCK")
|
|
return global.WHISPERBLOCK;
|
|
if("DIZZYBLOCK")
|
|
return global.DIZZYBLOCK;
|
|
if("SANSBLOCK")
|
|
return global.SANSBLOCK;
|
|
if("NOIRBLOCK")
|
|
return global.NOIRBLOCK;
|
|
if("skipupdate")
|
|
return global.skipupdate;
|
|
if("eventchance")
|
|
return global.eventchance;
|
|
if("event")
|
|
return global.event;
|
|
if("hadevent")
|
|
return global.hadevent;
|
|
if("blobevent")
|
|
return global.blobevent;
|
|
if("starticon")
|
|
return global.starticon;
|
|
if("midicon")
|
|
return global.midicon;
|
|
if("endicon")
|
|
return global.endicon;
|
|
if("diary")
|
|
return global.diary;
|
|
if("diaryofmeanpeople")
|
|
return global.diaryofmeanpeople;
|
|
if("admin_diary")
|
|
return global.admin_diary;
|
|
if("href_logfile")
|
|
return global.href_logfile;
|
|
if("station_name")
|
|
return global.station_name;
|
|
if("game_version")
|
|
return global.game_version;
|
|
if("changelog_hash")
|
|
return global.changelog_hash;
|
|
if("game_year")
|
|
return global.game_year;
|
|
if("going")
|
|
return global.going;
|
|
if("master_mode")
|
|
return global.master_mode;
|
|
if("secret_force_mode")
|
|
return global.secret_force_mode;
|
|
if("host")
|
|
return global.host;
|
|
if("aliens_allowed")
|
|
return global.aliens_allowed;
|
|
if("ooc_allowed")
|
|
return global.ooc_allowed;
|
|
if("dooc_allowed")
|
|
return global.dooc_allowed;
|
|
if("traitor_scaling")
|
|
return global.traitor_scaling;
|
|
if("dna_ident")
|
|
return global.dna_ident;
|
|
if("abandon_allowed")
|
|
return global.abandon_allowed;
|
|
if("enter_allowed")
|
|
return global.enter_allowed;
|
|
if("guests_allowed")
|
|
return global.guests_allowed;
|
|
if("shuttle_frozen")
|
|
return global.shuttle_frozen;
|
|
if("shuttle_left")
|
|
return global.shuttle_left;
|
|
if("tinted_weldhelh")
|
|
return global.tinted_weldhelh;
|
|
if("jobMax")
|
|
return global.jobMax;
|
|
if("bombers")
|
|
return global.bombers;
|
|
if("admin_log")
|
|
return global.admin_log;
|
|
if("lastsignalers")
|
|
return global.lastsignalers;
|
|
if("lawchanges")
|
|
return global.lawchanges;
|
|
if("shuttles")
|
|
return global.shuttles;
|
|
if("reg_dna")
|
|
return global.reg_dna;
|
|
if("CELLRATE")
|
|
return global.CELLRATE;
|
|
if("CHARGELEVEL")
|
|
return global.CHARGELEVEL;
|
|
if("WORLD_X_OFFSET")
|
|
return global.WORLD_X_OFFSET;
|
|
if("WORLD_Y_OFFSET")
|
|
return global.WORLD_Y_OFFSET;
|
|
if("shuttle_z")
|
|
return global.shuttle_z;
|
|
if("airtunnel_start")
|
|
return global.airtunnel_start;
|
|
if("airtunnel_stop")
|
|
return global.airtunnel_stop;
|
|
if("airtunnel_bottom")
|
|
return global.airtunnel_bottom;
|
|
if("monkeystart")
|
|
return global.monkeystart;
|
|
if("wizardstart")
|
|
return global.wizardstart;
|
|
if("newplayer_start")
|
|
return global.newplayer_start;
|
|
if("latejoin")
|
|
return global.latejoin;
|
|
if("assistant_latejoin")
|
|
return global.assistant_latejoin;
|
|
if("prisonwarp")
|
|
return global.prisonwarp;
|
|
if("holdingfacility")
|
|
return global.holdingfacility;
|
|
if("xeno_spawn")
|
|
return global.xeno_spawn;
|
|
if("endgame_safespawns")
|
|
return global.endgame_safespawns;
|
|
if("endgame_exits")
|
|
return global.endgame_exits;
|
|
if("tdome1")
|
|
return global.tdome1;
|
|
if("tdome2")
|
|
return global.tdome2;
|
|
if("tdomeobserve")
|
|
return global.tdomeobserve;
|
|
if("tdomeadmin")
|
|
return global.tdomeadmin;
|
|
if("prisonsecuritywarp")
|
|
return global.prisonsecuritywarp;
|
|
if("prisonwarped")
|
|
return global.prisonwarped;
|
|
if("blobstart")
|
|
return global.blobstart;
|
|
if("ninjastart")
|
|
return global.ninjastart;
|
|
if("cardinal")
|
|
return global.cardinal;
|
|
if("diagonal")
|
|
return global.diagonal;
|
|
if("alldirs")
|
|
return global.alldirs;
|
|
if("universal_cult_chat")
|
|
return global.universal_cult_chat;
|
|
if("start_state")
|
|
return global.start_state;
|
|
if("config")
|
|
return global.config;
|
|
if("combatlog")
|
|
return global.combatlog;
|
|
if("IClog")
|
|
return global.IClog;
|
|
if("OOClog")
|
|
return global.OOClog;
|
|
if("adminlog")
|
|
return global.adminlog;
|
|
if("suspend_alert")
|
|
return global.suspend_alert;
|
|
if("Debug")
|
|
return global.Debug;
|
|
if("Debug2")
|
|
return global.Debug2;
|
|
if("debugobj")
|
|
return global.debugobj;
|
|
if("mods")
|
|
return global.mods;
|
|
if("wavesecret")
|
|
return global.wavesecret;
|
|
if("gravity_is_on")
|
|
return global.gravity_is_on;
|
|
if("shuttlecoming")
|
|
return global.shuttlecoming;
|
|
if("join_motd")
|
|
return global.join_motd;
|
|
if("forceblob")
|
|
return global.forceblob;
|
|
if("polarstar")
|
|
return global.polarstar;
|
|
if("nanomanager")
|
|
return global.nanomanager;
|
|
if("sqladdress")
|
|
return global.sqladdress;
|
|
if("sqlport")
|
|
return global.sqlport;
|
|
if("sqldb")
|
|
return global.sqldb;
|
|
if("sqllogin")
|
|
return global.sqllogin;
|
|
if("sqlpass")
|
|
return global.sqlpass;
|
|
if("sqlfdbkdb")
|
|
return global.sqlfdbkdb;
|
|
if("sqlfdbklogin")
|
|
return global.sqlfdbklogin;
|
|
if("sqlfdbkpass")
|
|
return global.sqlfdbkpass;
|
|
if("sqllogging")
|
|
return global.sqllogging;
|
|
if("forumsqladdress")
|
|
return global.forumsqladdress;
|
|
if("forumsqlport")
|
|
return global.forumsqlport;
|
|
if("forumsqldb")
|
|
return global.forumsqldb;
|
|
if("forumsqllogin")
|
|
return global.forumsqllogin;
|
|
if("forumsqlpass")
|
|
return global.forumsqlpass;
|
|
if("forum_activated_group")
|
|
return global.forum_activated_group;
|
|
if("forum_authenticated_group")
|
|
return global.forum_authenticated_group;
|
|
if("fileaccess_timer")
|
|
return global.fileaccess_timer;
|
|
if("custom_event_msg")
|
|
return global.custom_event_msg;
|
|
if("dbcon")
|
|
return global.dbcon;
|
|
if("dbcon_old")
|
|
return global.dbcon_old;
|
|
if("recall_time_limit")
|
|
return global.recall_time_limit;
|
|
if("score")
|
|
return global.score;
|
|
if("trash_items")
|
|
return global.trash_items;
|
|
if("decals")
|
|
return global.decals;
|
|
if("on_login")
|
|
return global.on_login;
|
|
if("on_ban")
|
|
return global.on_ban;
|
|
if("on_unban")
|
|
return global.on_unban;
|
|
if("plugins")
|
|
return global.plugins;
|
|
if("space_gas")
|
|
return global.space_gas;
|
|
if("announcement_intercom")
|
|
return global.announcement_intercom;
|
|
if("sortedAreas")
|
|
return global.sortedAreas;
|
|
if("bomberman_mode")
|
|
return global.bomberman_mode;
|
|
if("bomberman_hurt")
|
|
return global.bomberman_hurt;
|
|
if("bomberman_destroy")
|
|
return global.bomberman_destroy;
|
|
if("volunteer_gladiators")
|
|
return global.volunteer_gladiators;
|
|
if("ready_gladiators")
|
|
return global.ready_gladiators;
|
|
if("never_gladiators")
|
|
return global.never_gladiators;
|
|
if("achievements")
|
|
return global.achievements;
|
|
if("end_icons")
|
|
return global.end_icons;
|
|
if("arena_leaderboard")
|
|
return global.arena_leaderboard;
|
|
if("arena_rounds")
|
|
return global.arena_rounds;
|
|
if("arena_top_score")
|
|
return global.arena_top_score;
|
|
if("endgame_info_logged")
|
|
return global.endgame_info_logged;
|
|
if("explosion_newmethod")
|
|
return global.explosion_newmethod;
|
|
if("snake_station_highscores")
|
|
return global.snake_station_highscores;
|
|
if("snake_best_players")
|
|
return global.snake_best_players;
|
|
if("minesweeper_station_highscores")
|
|
return global.minesweeper_station_highscores;
|
|
if("minesweeper_best_players")
|
|
return global.minesweeper_best_players;
|
|
if("nanocoins_rates")
|
|
return global.nanocoins_rates;
|
|
if("nanocoins_lastchange")
|
|
return global.nanocoins_lastchange;
|
|
if("speciesinit")
|
|
return global.speciesinit;
|
|
if("minimapinit")
|
|
return global.minimapinit;
|
|
if("stat_collection")
|
|
return global.stat_collection;
|
|
if("hardcore_mode")
|
|
return global.hardcore_mode;
|
|
if("mineral_turfs")
|
|
return global.mineral_turfs;
|
|
if("static_list")
|
|
return global.static_list;
|
|
if("grayscale")
|
|
return global.grayscale;
|
|
if("adminblob_icon")
|
|
return global.adminblob_icon;
|
|
if("adminblob_size")
|
|
return global.adminblob_size;
|
|
if("adminblob_beat")
|
|
return global.adminblob_beat;
|
|
if("parallax_initialized")
|
|
return global.parallax_initialized;
|
|
if("space_color")
|
|
return global.space_color;
|
|
if("parallax_icon")
|
|
return global.parallax_icon;
|
|
if("ai_names")
|
|
return global.ai_names;
|
|
if("wizard_first")
|
|
return global.wizard_first;
|
|
if("wizard_second")
|
|
return global.wizard_second;
|
|
if("ninja_titles")
|
|
return global.ninja_titles;
|
|
if("ninja_names")
|
|
return global.ninja_names;
|
|
if("commando_names")
|
|
return global.commando_names;
|
|
if("first_names_male")
|
|
return global.first_names_male;
|
|
if("first_names_female")
|
|
return global.first_names_female;
|
|
if("last_names")
|
|
return global.last_names;
|
|
if("clown_names")
|
|
return global.clown_names;
|
|
if("verbs")
|
|
return global.verbs;
|
|
if("adjectives")
|
|
return global.adjectives;
|
|
if("vox_name_syllables")
|
|
return global.vox_name_syllables;
|
|
if("golem_names")
|
|
return global.golem_names;
|
|
if("borer_names")
|
|
return global.borer_names;
|
|
if("disable_scrubbers")
|
|
return global.disable_scrubbers;
|
|
if("disable_vents")
|
|
return global.disable_vents;
|
|
if("Space_Tile")
|
|
return global.Space_Tile;
|
|
if("MAX_EXPLOSION_RANGE")
|
|
return global.MAX_EXPLOSION_RANGE;
|
|
if("BODY_PARTS")
|
|
return global.BODY_PARTS;
|
|
if("BODY_COVER_VALUE_LIST")
|
|
return global.BODY_COVER_VALUE_LIST;
|
|
if("NOIRMATRIX")
|
|
return global.NOIRMATRIX;
|
|
if("bad_changing_colour_ckeys")
|
|
return global.bad_changing_colour_ckeys;
|
|
if("global_mutations")
|
|
return global.global_mutations;
|
|
if("scarySounds")
|
|
return global.scarySounds;
|
|
if("tachycardics")
|
|
return global.tachycardics;
|
|
if("bradycardics")
|
|
return global.bradycardics;
|
|
if("heartstopper")
|
|
return global.heartstopper;
|
|
if("cheartstopper")
|
|
return global.cheartstopper;
|
|
if("RESTRICTED_CAMERA_NETWORKS")
|
|
return global.RESTRICTED_CAMERA_NETWORKS;
|
|
if("default_colour_matrix")
|
|
return global.default_colour_matrix;
|
|
if("panicfile")
|
|
return global.panicfile;
|
|
if("failed_db_connections")
|
|
return global.failed_db_connections;
|
|
if("failed_old_db_connections")
|
|
return global.failed_old_db_connections;
|
|
if("cmp_field")
|
|
return global.cmp_field;
|
|
if("DummyCache")
|
|
return global.DummyCache;
|
|
if("genders")
|
|
return global.genders;
|
|
if("clients")
|
|
return global.clients;
|
|
if("admins")
|
|
return global.admins;
|
|
if("directory")
|
|
return global.directory;
|
|
if("mixed_modes")
|
|
return global.mixed_modes;
|
|
if("player_list")
|
|
return global.player_list;
|
|
if("mob_list")
|
|
return global.mob_list;
|
|
if("living_mob_list")
|
|
return global.living_mob_list;
|
|
if("dead_mob_list")
|
|
return global.dead_mob_list;
|
|
if("observers")
|
|
return global.observers;
|
|
if("areas")
|
|
return global.areas;
|
|
if("turfs")
|
|
return global.turfs;
|
|
if("chemical_reactions_list")
|
|
return global.chemical_reactions_list;
|
|
if("chemical_reagents_list")
|
|
return global.chemical_reagents_list;
|
|
if("landmarks_list")
|
|
return global.landmarks_list;
|
|
if("surgery_steps")
|
|
return global.surgery_steps;
|
|
if("mechas_list")
|
|
return global.mechas_list;
|
|
if("poster_designs")
|
|
return global.poster_designs;
|
|
if("underwear_m")
|
|
return global.underwear_m;
|
|
if("underwear_f")
|
|
return global.underwear_f;
|
|
if("backbaglist")
|
|
return global.backbaglist;
|
|
if("hit_appends")
|
|
return global.hit_appends;
|
|
if("table_recipes")
|
|
return global.table_recipes;
|
|
if("med_hud_users")
|
|
return global.med_hud_users;
|
|
if("sec_hud_users")
|
|
return global.sec_hud_users;
|
|
if("escape_list")
|
|
return global.escape_list;
|
|
if("church_name")
|
|
return global.church_name;
|
|
if("command_name")
|
|
return global.command_name;
|
|
if("religion_name")
|
|
return global.religion_name;
|
|
if("syndicate_name")
|
|
return global.syndicate_name;
|
|
if("syndicate_code_phrase")
|
|
return global.syndicate_code_phrase;
|
|
if("syndicate_code_response")
|
|
return global.syndicate_code_response;
|
|
if("watt_suffixes")
|
|
return global.watt_suffixes;
|
|
if("number_digits")
|
|
return global.number_digits;
|
|
if("number_tens")
|
|
return global.number_tens;
|
|
if("number_units")
|
|
return global.number_units;
|
|
if("existing_typesof_cache")
|
|
return global.existing_typesof_cache;
|
|
if("common_tools")
|
|
return global.common_tools;
|
|
if("WALLITEMS")
|
|
return global.WALLITEMS;
|
|
if("sortInstance")
|
|
return global.sortInstance;
|
|
if("hooks")
|
|
return global.hooks;
|
|
if("ventcrawl_machinery")
|
|
return global.ventcrawl_machinery;
|
|
if("catcher")
|
|
return global.catcher;
|
|
if("parallax_on_clients")
|
|
return global.parallax_on_clients;
|
|
if("unstackable_pipes")
|
|
return global.unstackable_pipes;
|
|
if("bent_dirs")
|
|
return global.bent_dirs;
|
|
if("pipeID2State")
|
|
return global.pipeID2State;
|
|
if("nlist")
|
|
return global.nlist;
|
|
if("straight_pipes")
|
|
return global.straight_pipes;
|
|
if("bent_pipes")
|
|
return global.bent_pipes;
|
|
if("manifold_pipes")
|
|
return global.manifold_pipes;
|
|
if("heat_pipes")
|
|
return global.heat_pipes;
|
|
if("failsafe")
|
|
return global.failsafe;
|
|
if("garbageCollector")
|
|
return global.garbageCollector;
|
|
if("soft_dels")
|
|
return global.soft_dels;
|
|
if("master_controller")
|
|
return global.master_controller;
|
|
if("last_tick_duration")
|
|
return global.last_tick_duration;
|
|
if("air_processing_killed")
|
|
return global.air_processing_killed;
|
|
if("pipe_processing_killed")
|
|
return global.pipe_processing_killed;
|
|
if("machine_profiling")
|
|
return global.machine_profiling;
|
|
if("emergency_shuttle")
|
|
return global.emergency_shuttle;
|
|
if("active_diseases")
|
|
return global.active_diseases;
|
|
if("events")
|
|
return global.events;
|
|
if("fast_machines")
|
|
return global.fast_machines;
|
|
if("html_machines")
|
|
return global.html_machines;
|
|
if("machines")
|
|
return global.machines;
|
|
if("object_profiling")
|
|
return global.object_profiling;
|
|
if("processing_objects")
|
|
return global.processing_objects;
|
|
if("pipe_networks")
|
|
return global.pipe_networks;
|
|
if("atmos_machines")
|
|
return global.atmos_machines;
|
|
if("on_pipenet_tick")
|
|
return global.on_pipenet_tick;
|
|
if("power_machinery_profiling")
|
|
return global.power_machinery_profiling;
|
|
if("power_machines")
|
|
return global.power_machines;
|
|
if("powernets")
|
|
return global.powernets;
|
|
if("cable_list")
|
|
return global.cable_list;
|
|
if("tickerProcess")
|
|
return global.tickerProcess;
|
|
if("__btime__lastTimeOfHour")
|
|
return global.__btime__lastTimeOfHour;
|
|
if("__btime__callCount")
|
|
return global.__btime__callCount;
|
|
if("__btime__lastTick")
|
|
return global.__btime__lastTick;
|
|
if("processScheduler")
|
|
return global.processScheduler;
|
|
if("randomize_laws")
|
|
return global.randomize_laws;
|
|
if("base_law_type")
|
|
return global.base_law_type;
|
|
if("mommi_base_law_type")
|
|
return global.mommi_base_law_type;
|
|
if("diseases")
|
|
return global.diseases;
|
|
if("map_elements")
|
|
return global.map_elements;
|
|
if("modules")
|
|
return global.modules;
|
|
if("sun")
|
|
return global.sun;
|
|
if("all_supply_groups")
|
|
return global.all_supply_groups;
|
|
if("uplink_items")
|
|
return global.uplink_items;
|
|
if("archive_diseases")
|
|
return global.archive_diseases;
|
|
if("advance_cures")
|
|
return global.advance_cures;
|
|
if("list_symptoms")
|
|
return global.list_symptoms;
|
|
if("dictionary_symptoms")
|
|
return global.dictionary_symptoms;
|
|
if("animal_butchering_products")
|
|
return global.animal_butchering_products;
|
|
if("revdata")
|
|
return global.revdata;
|
|
if("same_wires")
|
|
return global.same_wires;
|
|
if("wireColours")
|
|
return global.wireColours;
|
|
if("PDA_Manifest")
|
|
return global.PDA_Manifest;
|
|
if("vox_sounds")
|
|
return global.vox_sounds;
|
|
if("vox_wordlen")
|
|
return global.vox_wordlen;
|
|
if("outbreak_level_words")
|
|
return global.outbreak_level_words;
|
|
if("spawned_surprises")
|
|
return global.spawned_surprises;
|
|
if("max_secret_rooms")
|
|
return global.max_secret_rooms;
|
|
if("del_profiling")
|
|
return global.del_profiling;
|
|
if("gdel_profiling")
|
|
return global.gdel_profiling;
|
|
if("ghdel_profiling")
|
|
return global.ghdel_profiling;
|
|
if("current_centcomm_order_id")
|
|
return global.current_centcomm_order_id;
|
|
if("all_radios")
|
|
return global.all_radios;
|
|
if("radiochannels")
|
|
return global.radiochannels;
|
|
if("radiochannelsreverse")
|
|
return global.radiochannelsreverse;
|
|
if("CENT_FREQS")
|
|
return global.CENT_FREQS;
|
|
if("radio_controller")
|
|
return global.radio_controller;
|
|
if("pointers")
|
|
return global.pointers;
|
|
if("response_team_members")
|
|
return global.response_team_members;
|
|
if("send_emergency_team")
|
|
return global.send_emergency_team;
|
|
if("ert_base_chance")
|
|
return global.ert_base_chance;
|
|
if("can_call_ert")
|
|
return global.can_call_ert;
|
|
if("nextDecTalkDelay")
|
|
return global.nextDecTalkDelay;
|
|
if("lastDecTalkUse")
|
|
return global.lastDecTalkUse;
|
|
if("freqtospan")
|
|
return global.freqtospan;
|
|
if("freqtoname")
|
|
return global.freqtoname;
|
|
if("ghostimg")
|
|
return global.ghostimg;
|
|
if("resethearers")
|
|
return global.resethearers;
|
|
if("smoothable_unsims")
|
|
return global.smoothable_unsims;
|
|
if("socket_talk")
|
|
return global.socket_talk;
|
|
if("shatter_sound")
|
|
return global.shatter_sound;
|
|
if("explosion_sound")
|
|
return global.explosion_sound;
|
|
if("small_explosion_sound")
|
|
return global.small_explosion_sound;
|
|
if("spark_sound")
|
|
return global.spark_sound;
|
|
if("rustle_sound")
|
|
return global.rustle_sound;
|
|
if("punch_sound")
|
|
return global.punch_sound;
|
|
if("clown_sound")
|
|
return global.clown_sound;
|
|
if("swing_hit_sound")
|
|
return global.swing_hit_sound;
|
|
if("hiss_sound")
|
|
return global.hiss_sound;
|
|
if("page_sound")
|
|
return global.page_sound;
|
|
if("mechstep_sound")
|
|
return global.mechstep_sound;
|
|
if("gib_sound")
|
|
return global.gib_sound;
|
|
if("mommicomment_sound")
|
|
return global.mommicomment_sound;
|
|
if("polaroid_sound")
|
|
return global.polaroid_sound;
|
|
if("male_scream_sound")
|
|
return global.male_scream_sound;
|
|
if("female_scream_sound")
|
|
return global.female_scream_sound;
|
|
if("male_cough_sound")
|
|
return global.male_cough_sound;
|
|
if("female_cough_sound")
|
|
return global.female_cough_sound;
|
|
if("lightning_sound")
|
|
return global.lightning_sound;
|
|
if("soulstone_sound")
|
|
return global.soulstone_sound;
|
|
if("supply_shuttle")
|
|
return global.supply_shuttle;
|
|
if("mechtoys")
|
|
return global.mechtoys;
|
|
if("ignored_keys")
|
|
return global.ignored_keys;
|
|
if("moved_landmarks")
|
|
return global.moved_landmarks;
|
|
if("transparent_icons")
|
|
return global.transparent_icons;
|
|
if("teleportlocs")
|
|
return global.teleportlocs;
|
|
if("ghostteleportlocs")
|
|
return global.ghostteleportlocs;
|
|
if("adminbusteleportlocs")
|
|
return global.adminbusteleportlocs;
|
|
if("centcom_areas")
|
|
return global.centcom_areas;
|
|
if("the_station_areas")
|
|
return global.the_station_areas;
|
|
if("dna_activity_bounds")
|
|
return global.dna_activity_bounds;
|
|
if("assigned_gene_blocks")
|
|
return global.assigned_gene_blocks;
|
|
if("assigned_blocks")
|
|
return global.assigned_blocks;
|
|
if("dna_genes")
|
|
return global.dna_genes;
|
|
if("good_blocks")
|
|
return global.good_blocks;
|
|
if("bad_blocks")
|
|
return global.bad_blocks;
|
|
if("skin_styles_female_list")
|
|
return global.skin_styles_female_list;
|
|
if("hair_styles_list")
|
|
return global.hair_styles_list;
|
|
if("hair_styles_male_list")
|
|
return global.hair_styles_male_list;
|
|
if("hair_styles_female_list")
|
|
return global.hair_styles_female_list;
|
|
if("facial_hair_styles_list")
|
|
return global.facial_hair_styles_list;
|
|
if("facial_hair_styles_male_list")
|
|
return global.facial_hair_styles_male_list;
|
|
if("facial_hair_styles_female_list")
|
|
return global.facial_hair_styles_female_list;
|
|
if("noir_master")
|
|
return global.noir_master;
|
|
if("ticker")
|
|
return global.ticker;
|
|
if("potential_theft_objectives")
|
|
return global.potential_theft_objectives;
|
|
if("blobs")
|
|
return global.blobs;
|
|
if("blob_cores")
|
|
return global.blob_cores;
|
|
if("blob_nodes")
|
|
return global.blob_nodes;
|
|
if("blob_resources")
|
|
return global.blob_resources;
|
|
if("blob_overminds")
|
|
return global.blob_overminds;
|
|
if("blob_looks")
|
|
return global.blob_looks;
|
|
if("possible_changeling_IDs")
|
|
return global.possible_changeling_IDs;
|
|
if("hivemind_bank")
|
|
return global.hivemind_bank;
|
|
if("powers")
|
|
return global.powers;
|
|
if("powerinstances")
|
|
return global.powerinstances;
|
|
if("narsie_behaviour")
|
|
return global.narsie_behaviour;
|
|
if("narsie_cometh")
|
|
return global.narsie_cometh;
|
|
if("narsie_list")
|
|
return global.narsie_list;
|
|
if("mr_clean_targets")
|
|
return global.mr_clean_targets;
|
|
if("cultwords")
|
|
return global.cultwords;
|
|
if("runedec")
|
|
return global.runedec;
|
|
if("engwords")
|
|
return global.engwords;
|
|
if("rnwords")
|
|
return global.rnwords;
|
|
if("rune_list")
|
|
return global.rune_list;
|
|
if("snow_recipes")
|
|
return global.snow_recipes;
|
|
if("Holiday")
|
|
return global.Holiday;
|
|
if("blob_candidates")
|
|
return global.blob_candidates;
|
|
if("mixed_allowed")
|
|
return global.mixed_allowed;
|
|
if("bomb_set")
|
|
return global.bomb_set;
|
|
if("hsboxspawn")
|
|
return global.hsboxspawn;
|
|
if("hrefs")
|
|
return global.hrefs;
|
|
if("banned_sandbox_types")
|
|
return global.banned_sandbox_types;
|
|
if("all_jobs")
|
|
return global.all_jobs;
|
|
if("job_master")
|
|
return global.job_master;
|
|
if("assistant_occupations")
|
|
return global.assistant_occupations;
|
|
if("command_positions")
|
|
return global.command_positions;
|
|
if("engineering_positions")
|
|
return global.engineering_positions;
|
|
if("medical_positions")
|
|
return global.medical_positions;
|
|
if("science_positions")
|
|
return global.science_positions;
|
|
if("civilian_positions")
|
|
return global.civilian_positions;
|
|
if("cargo_positions")
|
|
return global.cargo_positions;
|
|
if("security_positions")
|
|
return global.security_positions;
|
|
if("nonhuman_positions")
|
|
return global.nonhuman_positions;
|
|
if("misc_positions")
|
|
return global.misc_positions;
|
|
if("whitelist")
|
|
return global.whitelist;
|
|
if("alien_whitelist")
|
|
return global.alien_whitelist;
|
|
if("firealarms")
|
|
return global.firealarms;
|
|
if("cryo_health_indicator")
|
|
return global.cryo_health_indicator;
|
|
if("doppler_arrays")
|
|
return global.doppler_arrays;
|
|
if("flashers")
|
|
return global.flashers;
|
|
if("holosigns")
|
|
return global.holosigns;
|
|
if("igniters")
|
|
return global.igniters;
|
|
if("multitool_var_whitelist")
|
|
return global.multitool_var_whitelist;
|
|
if("mass_drivers")
|
|
return global.mass_drivers;
|
|
if("news_network")
|
|
return global.news_network;
|
|
if("allCasters")
|
|
return global.allCasters;
|
|
if("req_console_assistance")
|
|
return global.req_console_assistance;
|
|
if("req_console_supplies")
|
|
return global.req_console_supplies;
|
|
if("req_console_information")
|
|
return global.req_console_information;
|
|
if("allConsoles")
|
|
return global.allConsoles;
|
|
if("status_displays")
|
|
return global.status_displays;
|
|
if("ai_emotions")
|
|
return global.ai_emotions;
|
|
if("status_display_images")
|
|
return global.status_display_images;
|
|
if("num_vending_terminals")
|
|
return global.num_vending_terminals;
|
|
if("floorbot_targets")
|
|
return global.floorbot_targets;
|
|
if("mulebot_count")
|
|
return global.mulebot_count;
|
|
if("camera_names")
|
|
return global.camera_names;
|
|
if("tv_monitors")
|
|
return global.tv_monitors;
|
|
if("shuttle_calls")
|
|
return global.shuttle_calls;
|
|
if("prison_shuttle_moving_to_station")
|
|
return global.prison_shuttle_moving_to_station;
|
|
if("prison_shuttle_moving_to_prison")
|
|
return global.prison_shuttle_moving_to_prison;
|
|
if("prison_shuttle_at_station")
|
|
return global.prison_shuttle_at_station;
|
|
if("prison_shuttle_can_send")
|
|
return global.prison_shuttle_can_send;
|
|
if("prison_shuttle_time")
|
|
return global.prison_shuttle_time;
|
|
if("prison_shuttle_timeleft")
|
|
return global.prison_shuttle_timeleft;
|
|
if("specops_shuttle_moving_to_station")
|
|
return global.specops_shuttle_moving_to_station;
|
|
if("specops_shuttle_moving_to_centcom")
|
|
return global.specops_shuttle_moving_to_centcom;
|
|
if("specops_shuttle_at_station")
|
|
return global.specops_shuttle_at_station;
|
|
if("specops_shuttle_can_send")
|
|
return global.specops_shuttle_can_send;
|
|
if("specops_shuttle_time")
|
|
return global.specops_shuttle_time;
|
|
if("specops_shuttle_timeleft")
|
|
return global.specops_shuttle_timeleft;
|
|
if("syndicate_elite_shuttle_moving_to_station")
|
|
return global.syndicate_elite_shuttle_moving_to_station;
|
|
if("syndicate_elite_shuttle_moving_to_mothership")
|
|
return global.syndicate_elite_shuttle_moving_to_mothership;
|
|
if("syndicate_elite_shuttle_at_station")
|
|
return global.syndicate_elite_shuttle_at_station;
|
|
if("syndicate_elite_shuttle_can_send")
|
|
return global.syndicate_elite_shuttle_can_send;
|
|
if("syndicate_elite_shuttle_time")
|
|
return global.syndicate_elite_shuttle_time;
|
|
if("syndicate_elite_shuttle_timeleft")
|
|
return global.syndicate_elite_shuttle_timeleft;
|
|
if("taxi_computers")
|
|
return global.taxi_computers;
|
|
if("all_doors")
|
|
return global.all_doors;
|
|
if("alert_overlays_global")
|
|
return global.alert_overlays_global;
|
|
if("poddoors")
|
|
return global.poddoors;
|
|
if("recentmessages")
|
|
return global.recentmessages;
|
|
if("message_delay")
|
|
return global.message_delay;
|
|
if("telecomms_list")
|
|
return global.telecomms_list;
|
|
if("word_to_uristrune_table")
|
|
return global.word_to_uristrune_table;
|
|
if("uristrune_cache")
|
|
return global.uristrune_cache;
|
|
if("explosion_shake_message_cooldown")
|
|
return global.explosion_shake_message_cooldown;
|
|
if("explosion_turfs")
|
|
return global.explosion_turfs;
|
|
if("explosion_in_progress")
|
|
return global.explosion_in_progress;
|
|
if("blood_overlays")
|
|
return global.blood_overlays;
|
|
if("reagents_to_log")
|
|
return global.reagents_to_log;
|
|
if("BUMP_TELEPORTERS")
|
|
return global.BUMP_TELEPORTERS;
|
|
if("portal_cache")
|
|
return global.portal_cache;
|
|
if("splatter_cache")
|
|
return global.splatter_cache;
|
|
if("blood_list")
|
|
return global.blood_list;
|
|
if("fluidtrack_cache")
|
|
return global.fluidtrack_cache;
|
|
if("beacons")
|
|
return global.beacons;
|
|
if("all_graffitis")
|
|
return global.all_graffitis;
|
|
if("deskbell_default_frequencies")
|
|
return global.deskbell_default_frequencies;
|
|
if("deskbell_freq_cargo")
|
|
return global.deskbell_freq_cargo;
|
|
if("deskbell_freq_hop")
|
|
return global.deskbell_freq_hop;
|
|
if("deskbell_freq_medbay")
|
|
return global.deskbell_freq_medbay;
|
|
if("deskbell_freq_brig")
|
|
return global.deskbell_freq_brig;
|
|
if("deskbell_freq_rnd")
|
|
return global.deskbell_freq_rnd;
|
|
if("camera_bugs")
|
|
return global.camera_bugs;
|
|
if("pda_app_menus")
|
|
return global.pda_app_menus;
|
|
if("chatrooms")
|
|
return global.chatrooms;
|
|
if("PDAs")
|
|
return global.PDAs;
|
|
if("available_paintings")
|
|
return global.available_paintings;
|
|
if("cable_recipes")
|
|
return global.cable_recipes;
|
|
if("metal_recipes")
|
|
return global.metal_recipes;
|
|
if("plasteel_recipes")
|
|
return global.plasteel_recipes;
|
|
if("wood_recipes")
|
|
return global.wood_recipes;
|
|
if("cardboard_recipes")
|
|
return global.cardboard_recipes;
|
|
if("sandstone_recipes")
|
|
return global.sandstone_recipes;
|
|
if("diamond_recipes")
|
|
return global.diamond_recipes;
|
|
if("uranium_recipes")
|
|
return global.uranium_recipes;
|
|
if("plasma_recipes")
|
|
return global.plasma_recipes;
|
|
if("plastic_recipes")
|
|
return global.plastic_recipes;
|
|
if("gold_recipes")
|
|
return global.gold_recipes;
|
|
if("phazon_recipes")
|
|
return global.phazon_recipes;
|
|
if("silver_recipes")
|
|
return global.silver_recipes;
|
|
if("clown_recipes")
|
|
return global.clown_recipes;
|
|
if("charcoal_recipes")
|
|
return global.charcoal_recipes;
|
|
if("lightfloor_colors")
|
|
return global.lightfloor_colors;
|
|
if("moneytypes")
|
|
return global.moneytypes;
|
|
if("cached_icons")
|
|
return global.cached_icons;
|
|
if("tracking_implants")
|
|
return global.tracking_implants;
|
|
if("bottle_colour_choices")
|
|
return global.bottle_colour_choices;
|
|
if("hidden_doors")
|
|
return global.hidden_doors;
|
|
if("all_docking_ports")
|
|
return global.all_docking_ports;
|
|
if("ladders")
|
|
return global.ladders;
|
|
if("cargo_shuttle")
|
|
return global.cargo_shuttle;
|
|
if("escape_shuttle")
|
|
return global.escape_shuttle;
|
|
if("mining_shuttle")
|
|
return global.mining_shuttle;
|
|
if("arrival_shuttle")
|
|
return global.arrival_shuttle;
|
|
if("transport_shuttle")
|
|
return global.transport_shuttle;
|
|
if("admin_shuttle")
|
|
return global.admin_shuttle;
|
|
if("research_shuttle")
|
|
return global.research_shuttle;
|
|
if("salvage_shuttle")
|
|
return global.salvage_shuttle;
|
|
if("syndicate_shuttle")
|
|
return global.syndicate_shuttle;
|
|
if("taxi_a")
|
|
return global.taxi_a;
|
|
if("taxi_b")
|
|
return global.taxi_b;
|
|
if("trade_shuttle")
|
|
return global.trade_shuttle;
|
|
if("vox_shuttle")
|
|
return global.vox_shuttle;
|
|
if("voxresearch_shuttle")
|
|
return global.voxresearch_shuttle;
|
|
if("icons_to_ignore_at_floor_init")
|
|
return global.icons_to_ignore_at_floor_init;
|
|
if("plating_icons")
|
|
return global.plating_icons;
|
|
if("wood_icons")
|
|
return global.wood_icons;
|
|
if("w_overlays")
|
|
return global.w_overlays;
|
|
if("_flatIcons")
|
|
return global._flatIcons;
|
|
if("directional")
|
|
return global.directional;
|
|
if("exception")
|
|
return global.exception;
|
|
if("directional_turfs")
|
|
return global.directional_turfs;
|
|
if("BSACooldown")
|
|
return global.BSACooldown;
|
|
if("floorIsLava")
|
|
return global.floorIsLava;
|
|
if("admin_shuttle_location")
|
|
return global.admin_shuttle_location;
|
|
if("alien_ship_location")
|
|
return global.alien_ship_location;
|
|
if("investigations")
|
|
return global.investigations;
|
|
if("admin_ranks")
|
|
return global.admin_ranks;
|
|
if("admin_verbs_default")
|
|
return global.admin_verbs_default;
|
|
if("admin_verbs_admin")
|
|
return global.admin_verbs_admin;
|
|
if("admin_verbs_ban")
|
|
return global.admin_verbs_ban;
|
|
if("admin_verbs_sounds")
|
|
return global.admin_verbs_sounds;
|
|
if("admin_verbs_fun")
|
|
return global.admin_verbs_fun;
|
|
if("admin_verbs_spawn")
|
|
return global.admin_verbs_spawn;
|
|
if("admin_verbs_server")
|
|
return global.admin_verbs_server;
|
|
if("admin_verbs_debug")
|
|
return global.admin_verbs_debug;
|
|
if("admin_verbs_possess")
|
|
return global.admin_verbs_possess;
|
|
if("admin_verbs_permissions")
|
|
return global.admin_verbs_permissions;
|
|
if("admin_verbs_rejuv")
|
|
return global.admin_verbs_rejuv;
|
|
if("admin_verbs_hideable")
|
|
return global.admin_verbs_hideable;
|
|
if("admin_verbs_mod")
|
|
return global.admin_verbs_mod;
|
|
if("appearanceban_runonce")
|
|
return global.appearanceban_runonce;
|
|
if("appearance_keylist")
|
|
return global.appearance_keylist;
|
|
if("jobban_runonce")
|
|
return global.jobban_runonce;
|
|
if("jobban_keylist")
|
|
return global.jobban_keylist;
|
|
if("oocban_keylist")
|
|
return global.oocban_keylist;
|
|
if("admin_datums")
|
|
return global.admin_datums;
|
|
if("CMinutes")
|
|
return global.CMinutes;
|
|
if("Banlist")
|
|
return global.Banlist;
|
|
if("Banlistjob")
|
|
return global.Banlistjob;
|
|
if("adminhelp_ignored_words")
|
|
return global.adminhelp_ignored_words;
|
|
if("checked_for_inactives")
|
|
return global.checked_for_inactives;
|
|
if("inactive_keys")
|
|
return global.inactive_keys;
|
|
if("blood_virus_spreading_disabled")
|
|
return global.blood_virus_spreading_disabled;
|
|
if("camera_range_display_status")
|
|
return global.camera_range_display_status;
|
|
if("intercom_range_display_status")
|
|
return global.intercom_range_display_status;
|
|
if("prevent_airgroup_regroup")
|
|
return global.prevent_airgroup_regroup;
|
|
if("say_disabled")
|
|
return global.say_disabled;
|
|
if("movement_disabled")
|
|
return global.movement_disabled;
|
|
if("movement_disabled_exception")
|
|
return global.movement_disabled_exception;
|
|
if("forbidden_varedit_object_types")
|
|
return global.forbidden_varedit_object_types;
|
|
if("PROFILING_VERBS")
|
|
return global.PROFILING_VERBS;
|
|
if("sent_strike_team")
|
|
return global.sent_strike_team;
|
|
if("sent_syndicate_strike_team")
|
|
return global.sent_syndicate_strike_team;
|
|
if("vox_tick")
|
|
return global.vox_tick;
|
|
if("assembly_short_name_to_type")
|
|
return global.assembly_short_name_to_type;
|
|
if("comparison_circuit_operations")
|
|
return global.comparison_circuit_operations;
|
|
if("math_circuit_operations_list")
|
|
return global.math_circuit_operations_list;
|
|
if("automation_types")
|
|
return global.automation_types;
|
|
if("gas_labels")
|
|
return global.gas_labels;
|
|
if("existing_away_missions")
|
|
return global.existing_away_missions;
|
|
if("awaydestinations")
|
|
return global.awaydestinations;
|
|
if("away_mission_subtypes")
|
|
return global.away_mission_subtypes;
|
|
if("gateways")
|
|
return global.gateways;
|
|
if("maploader")
|
|
return global.maploader;
|
|
if("_preloader")
|
|
return global._preloader;
|
|
if("swapmaps_iconcache")
|
|
return global.swapmaps_iconcache;
|
|
if("swapmaps_mode")
|
|
return global.swapmaps_mode;
|
|
if("swapmaps_compiled_maxx")
|
|
return global.swapmaps_compiled_maxx;
|
|
if("swapmaps_compiled_maxy")
|
|
return global.swapmaps_compiled_maxy;
|
|
if("swapmaps_compiled_maxz")
|
|
return global.swapmaps_compiled_maxz;
|
|
if("swapmaps_initialized")
|
|
return global.swapmaps_initialized;
|
|
if("swapmaps_loaded")
|
|
return global.swapmaps_loaded;
|
|
if("swapmaps_byname")
|
|
return global.swapmaps_byname;
|
|
if("bombermangear")
|
|
return global.bombermangear;
|
|
if("arenas")
|
|
return global.arenas;
|
|
if("arena_spawnpoints")
|
|
return global.arena_spawnpoints;
|
|
if("preferences_datums")
|
|
return global.preferences_datums;
|
|
if("special_roles")
|
|
return global.special_roles;
|
|
if("antag_roles")
|
|
return global.antag_roles;
|
|
if("nonantag_roles")
|
|
return global.nonantag_roles;
|
|
if("role_wiki")
|
|
return global.role_wiki;
|
|
if("current_date_string")
|
|
return global.current_date_string;
|
|
if("num_financial_terminals")
|
|
return global.num_financial_terminals;
|
|
if("num_financial_database")
|
|
return global.num_financial_database;
|
|
if("num_vending_machines")
|
|
return global.num_vending_machines;
|
|
if("num_pda_terminals")
|
|
return global.num_pda_terminals;
|
|
if("num_merch_computers")
|
|
return global.num_merch_computers;
|
|
if("station_account")
|
|
return global.station_account;
|
|
if("department_accounts")
|
|
return global.department_accounts;
|
|
if("next_account_number")
|
|
return global.next_account_number;
|
|
if("centcomm_account_db")
|
|
return global.centcomm_account_db;
|
|
if("vendor_account")
|
|
return global.vendor_account;
|
|
if("all_money_accounts")
|
|
return global.all_money_accounts;
|
|
if("setup_economy")
|
|
return global.setup_economy;
|
|
if("weighted_randomevent_locations")
|
|
return global.weighted_randomevent_locations;
|
|
if("weighted_mundaneevent_locations")
|
|
return global.weighted_mundaneevent_locations;
|
|
if("station_departments")
|
|
return global.station_departments;
|
|
if("current_pos_id")
|
|
return global.current_pos_id;
|
|
if("pos_sales")
|
|
return global.pos_sales;
|
|
if("wages_enabled")
|
|
return global.wages_enabled;
|
|
if("roundstart_enable_wages")
|
|
return global.roundstart_enable_wages;
|
|
if("event_last_fired")
|
|
return global.event_last_fired;
|
|
if("allEvents")
|
|
return global.allEvents;
|
|
if("potentialRandomEvents")
|
|
return global.potentialRandomEvents;
|
|
if("eventTimeLower")
|
|
return global.eventTimeLower;
|
|
if("eventTimeUpper")
|
|
return global.eventTimeUpper;
|
|
if("scheduledEvent")
|
|
return global.scheduledEvent;
|
|
if("vox_kills")
|
|
return global.vox_kills;
|
|
if("vox_sent")
|
|
return global.vox_sent;
|
|
if("raiders")
|
|
return global.raiders;
|
|
if("thing_storm_types")
|
|
return global.thing_storm_types;
|
|
if("watchdog")
|
|
return global.watchdog;
|
|
if("non_fakeattack_weapons")
|
|
return global.non_fakeattack_weapons;
|
|
if("deepFriedEverything")
|
|
return global.deepFriedEverything;
|
|
if("deepFriedNutriment")
|
|
return global.deepFriedNutriment;
|
|
if("foodNesting")
|
|
return global.foodNesting;
|
|
if("recursiveFood")
|
|
return global.recursiveFood;
|
|
if("ingredientLimit")
|
|
return global.ingredientLimit;
|
|
if("wizard_cards_rare")
|
|
return global.wizard_cards_rare;
|
|
if("wizard_cards_normal")
|
|
return global.wizard_cards_normal;
|
|
if("adv_camera")
|
|
return global.adv_camera;
|
|
if("crewmonitor")
|
|
return global.crewmonitor;
|
|
if("vote")
|
|
return global.vote;
|
|
if("plant_controller")
|
|
return global.plant_controller;
|
|
if("seed_types")
|
|
return global.seed_types;
|
|
if("gene_tag_masks")
|
|
return global.gene_tag_masks;
|
|
if("library_catalog")
|
|
return global.library_catalog;
|
|
if("library_section_names")
|
|
return global.library_section_names;
|
|
if("liquid_delay")
|
|
return global.liquid_delay;
|
|
if("puddles")
|
|
return global.puddles;
|
|
if("global_playlists")
|
|
return global.global_playlists;
|
|
if("loopModeNames")
|
|
return global.loopModeNames;
|
|
if("media_receivers")
|
|
return global.media_receivers;
|
|
if("media_transmitters")
|
|
return global.media_transmitters;
|
|
if("migration_controller_mysql")
|
|
return global.migration_controller_mysql;
|
|
if("migration_controller_sqlite")
|
|
return global.migration_controller_sqlite;
|
|
if("valid_abandoned_crate_types")
|
|
return global.valid_abandoned_crate_types;
|
|
if("material_list")
|
|
return global.material_list;
|
|
if("initial_materials")
|
|
return global.initial_materials;
|
|
if("name_to_mineral")
|
|
return global.name_to_mineral;
|
|
if("mining_surprises")
|
|
return global.mining_surprises;
|
|
if("FUCK")
|
|
return global.FUCK;
|
|
if("slot_equipment_priority")
|
|
return global.slot_equipment_priority;
|
|
if("intents")
|
|
return global.intents;
|
|
if("boo_phrases")
|
|
return global.boo_phrases;
|
|
if("boo_phrases_drugs")
|
|
return global.boo_phrases_drugs;
|
|
if("boo_phrases_silicon")
|
|
return global.boo_phrases_silicon;
|
|
if("virtualhearers")
|
|
return global.virtualhearers;
|
|
if("stationary_hearers")
|
|
return global.stationary_hearers;
|
|
if("coldwarning_light")
|
|
return global.coldwarning_light;
|
|
if("coldwarning_hard")
|
|
return global.coldwarning_hard;
|
|
if("department_radio_keys")
|
|
return global.department_radio_keys;
|
|
if("language_keys")
|
|
return global.language_keys;
|
|
if("all_languages")
|
|
return global.all_languages;
|
|
if("all_species")
|
|
return global.all_species;
|
|
if("whitelisted_species")
|
|
return global.whitelisted_species;
|
|
if("unconscious_overlays")
|
|
return global.unconscious_overlays;
|
|
if("oxyloss_overlays")
|
|
return global.oxyloss_overlays;
|
|
if("brutefireloss_overlays")
|
|
return global.brutefireloss_overlays;
|
|
if("organ_damage_overlays")
|
|
return global.organ_damage_overlays;
|
|
if("damage_icon_parts")
|
|
return global.damage_icon_parts;
|
|
if("cover_protection_value_list")
|
|
return global.cover_protection_value_list;
|
|
if("ai_list")
|
|
return global.ai_list;
|
|
if("announcing_vox")
|
|
return global.announcing_vox;
|
|
if("vox_digits")
|
|
return global.vox_digits;
|
|
if("vox_tens")
|
|
return global.vox_tens;
|
|
if("vox_units")
|
|
return global.vox_units;
|
|
if("cameranet")
|
|
return global.cameranet;
|
|
if("paiController")
|
|
return global.paiController;
|
|
if("borer_chem_types_head")
|
|
return global.borer_chem_types_head;
|
|
if("borer_chem_types_chest")
|
|
return global.borer_chem_types_chest;
|
|
if("borer_chem_types_arm")
|
|
return global.borer_chem_types_arm;
|
|
if("borer_chem_types_leg")
|
|
return global.borer_chem_types_leg;
|
|
if("borer_unlock_types_head")
|
|
return global.borer_unlock_types_head;
|
|
if("borer_unlock_types_chest")
|
|
return global.borer_unlock_types_chest;
|
|
if("borer_unlock_types_arm")
|
|
return global.borer_unlock_types_arm;
|
|
if("borer_unlock_types_leg")
|
|
return global.borer_unlock_types_leg;
|
|
if("animal_count")
|
|
return global.animal_count;
|
|
if("nest_locations")
|
|
return global.nest_locations;
|
|
if("crate_mimic_disguises")
|
|
return global.crate_mimic_disguises;
|
|
if("item_mimic_disguises")
|
|
return global.item_mimic_disguises;
|
|
if("protected_objects")
|
|
return global.protected_objects;
|
|
if("spider_types")
|
|
return global.spider_types;
|
|
if("photocollector_list")
|
|
return global.photocollector_list;
|
|
if("prism_list")
|
|
return global.prism_list;
|
|
if("mirror_list")
|
|
return global.mirror_list;
|
|
if("paper_folding_results")
|
|
return global.paper_folding_results;
|
|
if("paperwork")
|
|
return global.paperwork;
|
|
if("paperwork_library")
|
|
return global.paperwork_library;
|
|
if("battery_charge")
|
|
return global.battery_charge;
|
|
if("battery_charging")
|
|
return global.battery_charging;
|
|
if("battery_online")
|
|
return global.battery_online;
|
|
if("alllights")
|
|
return global.alllights;
|
|
if("powernets_broke")
|
|
return global.powernets_broke;
|
|
if("solars_list")
|
|
return global.solars_list;
|
|
if("rad_collectors")
|
|
return global.rad_collectors;
|
|
if("field_gen_list")
|
|
return global.field_gen_list;
|
|
if("bullet_master")
|
|
return global.bullet_master;
|
|
if("impact_master")
|
|
return global.impact_master;
|
|
if("available_staff_transforms")
|
|
return global.available_staff_transforms;
|
|
if("beam_master")
|
|
return global.beam_master;
|
|
if("existing_vaults")
|
|
return global.existing_vaults;
|
|
if("disposalpipeID2State")
|
|
return global.disposalpipeID2State;
|
|
if("paint_variants")
|
|
return global.paint_variants;
|
|
if("chifir_doesnt_remove")
|
|
return global.chifir_doesnt_remove;
|
|
if("tonio_doesnt_remove")
|
|
return global.tonio_doesnt_remove;
|
|
if("LOGGED_SPLASH_REAGENTS")
|
|
return global.LOGGED_SPLASH_REAGENTS;
|
|
if("valid_random_food_types")
|
|
return global.valid_random_food_types;
|
|
if("cockroach_egg_amount")
|
|
return global.cockroach_egg_amount;
|
|
if("charcoal_doesnt_remove")
|
|
return global.charcoal_doesnt_remove;
|
|
if("message_servers")
|
|
return global.message_servers;
|
|
if("blackbox")
|
|
return global.blackbox;
|
|
if("rnd_machines")
|
|
return global.rnd_machines;
|
|
if("design_list")
|
|
return global.design_list;
|
|
if("tech_list")
|
|
return global.tech_list;
|
|
if("hidden_tech")
|
|
return global.hidden_tech;
|
|
if("responsive_carriers")
|
|
return global.responsive_carriers;
|
|
if("finds_as_strings")
|
|
return global.finds_as_strings;
|
|
if("authenticators")
|
|
return global.authenticators;
|
|
if("maint_all_access")
|
|
return global.maint_all_access;
|
|
if("spells")
|
|
return global.spells;
|
|
if("centcomm_store")
|
|
return global.centcomm_store;
|
|
if("GPS_list")
|
|
return global.GPS_list;
|
|
if("SPS_list")
|
|
return global.SPS_list;
|
|
if("secure_GPS_count")
|
|
return global.secure_GPS_count;
|
|
if("nukedisk")
|
|
return global.nukedisk;
|
|
if("telesci_warnings")
|
|
return global.telesci_warnings;
|
|
if("ANTIGENS")
|
|
return global.ANTIGENS;
|
|
if("disease2_list")
|
|
return global.disease2_list;
|
|
if("virusDB")
|
|
return global.virusDB;
|
|
if("compatible_mobs")
|
|
return global.compatible_mobs;
|
|
if("buildmodeholders")
|
|
return global.buildmodeholders;
|
|
if("newscaster_standard_feeds")
|
|
return global.newscaster_standard_feeds;
|
|
if("announced_news_types")
|
|
return global.announced_news_types;
|
|
if("allfaxes")
|
|
return global.allfaxes;
|
|
if("alldepartments")
|
|
return global.alldepartments;
|
|
if("atmos_controllers")
|
|
return global.atmos_controllers;
|
|
if("ul_FastRoot")
|
|
return global.ul_FastRoot;
|
|
if("sharing_lookup_table")
|
|
return global.sharing_lookup_table;
|
|
if("air_master")
|
|
return global.air_master;
|
|
if("tick_multiplier")
|
|
return global.tick_multiplier;
|
|
if("assigned")
|
|
return global.assigned;
|
|
if("created")
|
|
return global.created;
|
|
if("merged")
|
|
return global.merged;
|
|
if("invalid_zone")
|
|
return global.invalid_zone;
|
|
if("air_blocked")
|
|
return global.air_blocked;
|
|
if("zone_blocked")
|
|
return global.zone_blocked;
|
|
if("blocked")
|
|
return global.blocked;
|
|
if("mark")
|
|
return global.mark;
|
|
if("zas_settings")
|
|
return global.zas_settings;
|
|
if("contamination_overlay")
|
|
return global.contamination_overlay;
|
|
if("accessable_z_levels")
|
|
return global.accessable_z_levels;
|
|
if("sc_safecode1")
|
|
return global.sc_safecode1;
|
|
if("sc_safecode2")
|
|
return global.sc_safecode2;
|
|
if("sc_safecode3")
|
|
return global.sc_safecode3;
|
|
if("sc_safecode4")
|
|
return global.sc_safecode4;
|
|
if("sc_safecode5")
|
|
return global.sc_safecode5;
|
|
|
|
/proc/writeglobal(which, newval)
|
|
switch(which)
|
|
if("map")
|
|
global.map=newval;
|
|
if("masterdatumPool")
|
|
global.masterdatumPool=newval;
|
|
if("pooledvariables")
|
|
global.pooledvariables=newval;
|
|
if("prox_sensor_ignored_types")
|
|
global.prox_sensor_ignored_types=newval;
|
|
if("ability_verbs")
|
|
global.ability_verbs=newval;
|
|
if("sent_aliens_to_station")
|
|
global.sent_aliens_to_station=newval;
|
|
if("account_hack_attempted")
|
|
global.account_hack_attempted=newval;
|
|
if("spacevines_spawned")
|
|
global.spacevines_spawned=newval;
|
|
if("sent_spiders_to_station")
|
|
global.sent_spiders_to_station=newval;
|
|
if("lighting_update_lights")
|
|
global.lighting_update_lights=newval;
|
|
if("lighting_update_corners")
|
|
global.lighting_update_corners=newval;
|
|
if("lighting_update_overlays")
|
|
global.lighting_update_overlays=newval;
|
|
if("exclude")
|
|
global.exclude=newval;
|
|
if("asset_cache")
|
|
global.asset_cache=newval;
|
|
if("error_last_seen")
|
|
global.error_last_seen=newval;
|
|
if("error_cooldown")
|
|
global.error_cooldown=newval;
|
|
if("html_interfaces")
|
|
global.html_interfaces=newval;
|
|
if("all_lighting_corners")
|
|
global.all_lighting_corners=newval;
|
|
if("LIGHTING_CORNER_DIAGONAL")
|
|
global.LIGHTING_CORNER_DIAGONAL=newval;
|
|
if("all_lighting_overlays")
|
|
global.all_lighting_overlays=newval;
|
|
if("cargo_telepads")
|
|
global.cargo_telepads=newval;
|
|
if("chatResources")
|
|
global.chatResources=newval;
|
|
if("bicon_cache")
|
|
global.bicon_cache=newval;
|
|
if("dview_mob")
|
|
global.dview_mob=newval;
|
|
if("tick_start")
|
|
global.tick_start=newval;
|
|
if("meteor_wave_delay")
|
|
global.meteor_wave_delay=newval;
|
|
if("meteors_in_wave")
|
|
global.meteors_in_wave=newval;
|
|
if("meteor_wave_active")
|
|
global.meteor_wave_active=newval;
|
|
if("max_meteor_size")
|
|
global.max_meteor_size=newval;
|
|
if("chosen_dir")
|
|
global.chosen_dir=newval;
|
|
if("create_mob_html")
|
|
global.create_mob_html=newval;
|
|
if("create_object_html")
|
|
global.create_object_html=newval;
|
|
if("create_turf_html")
|
|
global.create_turf_html=newval;
|
|
if("any")
|
|
global.any=newval;
|
|
if("asset_cache_populated")
|
|
global.asset_cache_populated=newval;
|
|
if("total_runtimes")
|
|
global.total_runtimes=newval;
|
|
if("total_runtimes_skipped")
|
|
global.total_runtimes_skipped=newval;
|
|
if("error_cache")
|
|
global.error_cache=newval;
|
|
if("lighting_corners_initialised")
|
|
global.lighting_corners_initialised=newval;
|
|
if("security_level")
|
|
global.security_level=newval;
|
|
if("iconCache")
|
|
global.iconCache=newval;
|
|
if("round_end_info")
|
|
global.round_end_info=newval;
|
|
if("deadmins")
|
|
global.deadmins=newval;
|
|
if("lockedvars")
|
|
global.lockedvars=newval;
|
|
if("type_instances")
|
|
global.type_instances=newval;
|
|
if("data_core")
|
|
global.data_core=newval;
|
|
if("plmaster")
|
|
global.plmaster=newval;
|
|
if("slmaster")
|
|
global.slmaster=newval;
|
|
if("account_DBs")
|
|
global.account_DBs=newval;
|
|
if("global_map")
|
|
global.global_map=newval;
|
|
if("universe")
|
|
global.universe=newval;
|
|
if("paper_tag_whitelist")
|
|
global.paper_tag_whitelist=newval;
|
|
if("paper_blacklist")
|
|
global.paper_blacklist=newval;
|
|
if("BLINDBLOCK")
|
|
global.BLINDBLOCK=newval;
|
|
if("DEAFBLOCK")
|
|
global.DEAFBLOCK=newval;
|
|
if("HULKBLOCK")
|
|
global.HULKBLOCK=newval;
|
|
if("TELEBLOCK")
|
|
global.TELEBLOCK=newval;
|
|
if("FIREBLOCK")
|
|
global.FIREBLOCK=newval;
|
|
if("XRAYBLOCK")
|
|
global.XRAYBLOCK=newval;
|
|
if("CLUMSYBLOCK")
|
|
global.CLUMSYBLOCK=newval;
|
|
if("FAKEBLOCK")
|
|
global.FAKEBLOCK=newval;
|
|
if("COUGHBLOCK")
|
|
global.COUGHBLOCK=newval;
|
|
if("GLASSESBLOCK")
|
|
global.GLASSESBLOCK=newval;
|
|
if("EPILEPSYBLOCK")
|
|
global.EPILEPSYBLOCK=newval;
|
|
if("TWITCHBLOCK")
|
|
global.TWITCHBLOCK=newval;
|
|
if("NERVOUSBLOCK")
|
|
global.NERVOUSBLOCK=newval;
|
|
if("MONKEYBLOCK")
|
|
global.MONKEYBLOCK=newval;
|
|
if("BLOCKADD")
|
|
global.BLOCKADD=newval;
|
|
if("DIFFMUT")
|
|
global.DIFFMUT=newval;
|
|
if("HEADACHEBLOCK")
|
|
global.HEADACHEBLOCK=newval;
|
|
if("NOBREATHBLOCK")
|
|
global.NOBREATHBLOCK=newval;
|
|
if("REMOTEVIEWBLOCK")
|
|
global.REMOTEVIEWBLOCK=newval;
|
|
if("REGENERATEBLOCK")
|
|
global.REGENERATEBLOCK=newval;
|
|
if("INCREASERUNBLOCK")
|
|
global.INCREASERUNBLOCK=newval;
|
|
if("REMOTETALKBLOCK")
|
|
global.REMOTETALKBLOCK=newval;
|
|
if("MORPHBLOCK")
|
|
global.MORPHBLOCK=newval;
|
|
if("COLDBLOCK")
|
|
global.COLDBLOCK=newval;
|
|
if("HALLUCINATIONBLOCK")
|
|
global.HALLUCINATIONBLOCK=newval;
|
|
if("NOPRINTSBLOCK")
|
|
global.NOPRINTSBLOCK=newval;
|
|
if("SHOCKIMMUNITYBLOCK")
|
|
global.SHOCKIMMUNITYBLOCK=newval;
|
|
if("SMALLSIZEBLOCK")
|
|
global.SMALLSIZEBLOCK=newval;
|
|
if("LISPBLOCK")
|
|
global.LISPBLOCK=newval;
|
|
if("MUTEBLOCK")
|
|
global.MUTEBLOCK=newval;
|
|
if("RADBLOCK")
|
|
global.RADBLOCK=newval;
|
|
if("FATBLOCK")
|
|
global.FATBLOCK=newval;
|
|
if("CHAVBLOCK")
|
|
global.CHAVBLOCK=newval;
|
|
if("SWEDEBLOCK")
|
|
global.SWEDEBLOCK=newval;
|
|
if("SCRAMBLEBLOCK")
|
|
global.SCRAMBLEBLOCK=newval;
|
|
if("TOXICFARTBLOCK")
|
|
global.TOXICFARTBLOCK=newval;
|
|
if("STRONGBLOCK")
|
|
global.STRONGBLOCK=newval;
|
|
if("HORNSBLOCK")
|
|
global.HORNSBLOCK=newval;
|
|
if("SMILEBLOCK")
|
|
global.SMILEBLOCK=newval;
|
|
if("ELVISBLOCK")
|
|
global.ELVISBLOCK=newval;
|
|
if("SOBERBLOCK")
|
|
global.SOBERBLOCK=newval;
|
|
if("PSYRESISTBLOCK")
|
|
global.PSYRESISTBLOCK=newval;
|
|
if("FARSIGHTBLOCK")
|
|
global.FARSIGHTBLOCK=newval;
|
|
if("CHAMELEONBLOCK")
|
|
global.CHAMELEONBLOCK=newval;
|
|
if("CRYOBLOCK")
|
|
global.CRYOBLOCK=newval;
|
|
if("EATBLOCK")
|
|
global.EATBLOCK=newval;
|
|
if("JUMPBLOCK")
|
|
global.JUMPBLOCK=newval;
|
|
if("MELTBLOCK")
|
|
global.MELTBLOCK=newval;
|
|
if("EMPATHBLOCK")
|
|
global.EMPATHBLOCK=newval;
|
|
if("SUPERFARTBLOCK")
|
|
global.SUPERFARTBLOCK=newval;
|
|
if("IMMOLATEBLOCK")
|
|
global.IMMOLATEBLOCK=newval;
|
|
if("POLYMORPHBLOCK")
|
|
global.POLYMORPHBLOCK=newval;
|
|
if("LOUDBLOCK")
|
|
global.LOUDBLOCK=newval;
|
|
if("WHISPERBLOCK")
|
|
global.WHISPERBLOCK=newval;
|
|
if("DIZZYBLOCK")
|
|
global.DIZZYBLOCK=newval;
|
|
if("SANSBLOCK")
|
|
global.SANSBLOCK=newval;
|
|
if("NOIRBLOCK")
|
|
global.NOIRBLOCK=newval;
|
|
if("skipupdate")
|
|
global.skipupdate=newval;
|
|
if("eventchance")
|
|
global.eventchance=newval;
|
|
if("event")
|
|
global.event=newval;
|
|
if("hadevent")
|
|
global.hadevent=newval;
|
|
if("blobevent")
|
|
global.blobevent=newval;
|
|
if("starticon")
|
|
global.starticon=newval;
|
|
if("midicon")
|
|
global.midicon=newval;
|
|
if("endicon")
|
|
global.endicon=newval;
|
|
if("diary")
|
|
global.diary=newval;
|
|
if("diaryofmeanpeople")
|
|
global.diaryofmeanpeople=newval;
|
|
if("admin_diary")
|
|
global.admin_diary=newval;
|
|
if("href_logfile")
|
|
global.href_logfile=newval;
|
|
if("station_name")
|
|
global.station_name=newval;
|
|
if("game_version")
|
|
global.game_version=newval;
|
|
if("changelog_hash")
|
|
global.changelog_hash=newval;
|
|
if("game_year")
|
|
global.game_year=newval;
|
|
if("going")
|
|
global.going=newval;
|
|
if("master_mode")
|
|
global.master_mode=newval;
|
|
if("secret_force_mode")
|
|
global.secret_force_mode=newval;
|
|
if("host")
|
|
global.host=newval;
|
|
if("aliens_allowed")
|
|
global.aliens_allowed=newval;
|
|
if("ooc_allowed")
|
|
global.ooc_allowed=newval;
|
|
if("dooc_allowed")
|
|
global.dooc_allowed=newval;
|
|
if("traitor_scaling")
|
|
global.traitor_scaling=newval;
|
|
if("dna_ident")
|
|
global.dna_ident=newval;
|
|
if("abandon_allowed")
|
|
global.abandon_allowed=newval;
|
|
if("enter_allowed")
|
|
global.enter_allowed=newval;
|
|
if("guests_allowed")
|
|
global.guests_allowed=newval;
|
|
if("shuttle_frozen")
|
|
global.shuttle_frozen=newval;
|
|
if("shuttle_left")
|
|
global.shuttle_left=newval;
|
|
if("tinted_weldhelh")
|
|
global.tinted_weldhelh=newval;
|
|
if("jobMax")
|
|
global.jobMax=newval;
|
|
if("bombers")
|
|
global.bombers=newval;
|
|
if("admin_log")
|
|
global.admin_log=newval;
|
|
if("lastsignalers")
|
|
global.lastsignalers=newval;
|
|
if("lawchanges")
|
|
global.lawchanges=newval;
|
|
if("shuttles")
|
|
global.shuttles=newval;
|
|
if("reg_dna")
|
|
global.reg_dna=newval;
|
|
if("CELLRATE")
|
|
global.CELLRATE=newval;
|
|
if("CHARGELEVEL")
|
|
global.CHARGELEVEL=newval;
|
|
if("WORLD_X_OFFSET")
|
|
global.WORLD_X_OFFSET=newval;
|
|
if("WORLD_Y_OFFSET")
|
|
global.WORLD_Y_OFFSET=newval;
|
|
if("shuttle_z")
|
|
global.shuttle_z=newval;
|
|
if("airtunnel_start")
|
|
global.airtunnel_start=newval;
|
|
if("airtunnel_stop")
|
|
global.airtunnel_stop=newval;
|
|
if("airtunnel_bottom")
|
|
global.airtunnel_bottom=newval;
|
|
if("monkeystart")
|
|
global.monkeystart=newval;
|
|
if("wizardstart")
|
|
global.wizardstart=newval;
|
|
if("newplayer_start")
|
|
global.newplayer_start=newval;
|
|
if("latejoin")
|
|
global.latejoin=newval;
|
|
if("assistant_latejoin")
|
|
global.assistant_latejoin=newval;
|
|
if("prisonwarp")
|
|
global.prisonwarp=newval;
|
|
if("holdingfacility")
|
|
global.holdingfacility=newval;
|
|
if("xeno_spawn")
|
|
global.xeno_spawn=newval;
|
|
if("endgame_safespawns")
|
|
global.endgame_safespawns=newval;
|
|
if("endgame_exits")
|
|
global.endgame_exits=newval;
|
|
if("tdome1")
|
|
global.tdome1=newval;
|
|
if("tdome2")
|
|
global.tdome2=newval;
|
|
if("tdomeobserve")
|
|
global.tdomeobserve=newval;
|
|
if("tdomeadmin")
|
|
global.tdomeadmin=newval;
|
|
if("prisonsecuritywarp")
|
|
global.prisonsecuritywarp=newval;
|
|
if("prisonwarped")
|
|
global.prisonwarped=newval;
|
|
if("blobstart")
|
|
global.blobstart=newval;
|
|
if("ninjastart")
|
|
global.ninjastart=newval;
|
|
if("cardinal")
|
|
global.cardinal=newval;
|
|
if("diagonal")
|
|
global.diagonal=newval;
|
|
if("alldirs")
|
|
global.alldirs=newval;
|
|
if("universal_cult_chat")
|
|
global.universal_cult_chat=newval;
|
|
if("start_state")
|
|
global.start_state=newval;
|
|
if("config")
|
|
global.config=newval;
|
|
if("combatlog")
|
|
global.combatlog=newval;
|
|
if("IClog")
|
|
global.IClog=newval;
|
|
if("OOClog")
|
|
global.OOClog=newval;
|
|
if("adminlog")
|
|
global.adminlog=newval;
|
|
if("suspend_alert")
|
|
global.suspend_alert=newval;
|
|
if("Debug")
|
|
global.Debug=newval;
|
|
if("Debug2")
|
|
global.Debug2=newval;
|
|
if("debugobj")
|
|
global.debugobj=newval;
|
|
if("mods")
|
|
global.mods=newval;
|
|
if("wavesecret")
|
|
global.wavesecret=newval;
|
|
if("gravity_is_on")
|
|
global.gravity_is_on=newval;
|
|
if("shuttlecoming")
|
|
global.shuttlecoming=newval;
|
|
if("join_motd")
|
|
global.join_motd=newval;
|
|
if("forceblob")
|
|
global.forceblob=newval;
|
|
if("polarstar")
|
|
global.polarstar=newval;
|
|
if("nanomanager")
|
|
global.nanomanager=newval;
|
|
if("sqladdress")
|
|
global.sqladdress=newval;
|
|
if("sqlport")
|
|
global.sqlport=newval;
|
|
if("sqldb")
|
|
global.sqldb=newval;
|
|
if("sqllogin")
|
|
global.sqllogin=newval;
|
|
if("sqlpass")
|
|
global.sqlpass=newval;
|
|
if("sqlfdbkdb")
|
|
global.sqlfdbkdb=newval;
|
|
if("sqlfdbklogin")
|
|
global.sqlfdbklogin=newval;
|
|
if("sqlfdbkpass")
|
|
global.sqlfdbkpass=newval;
|
|
if("sqllogging")
|
|
global.sqllogging=newval;
|
|
if("forumsqladdress")
|
|
global.forumsqladdress=newval;
|
|
if("forumsqlport")
|
|
global.forumsqlport=newval;
|
|
if("forumsqldb")
|
|
global.forumsqldb=newval;
|
|
if("forumsqllogin")
|
|
global.forumsqllogin=newval;
|
|
if("forumsqlpass")
|
|
global.forumsqlpass=newval;
|
|
if("forum_activated_group")
|
|
global.forum_activated_group=newval;
|
|
if("forum_authenticated_group")
|
|
global.forum_authenticated_group=newval;
|
|
if("fileaccess_timer")
|
|
global.fileaccess_timer=newval;
|
|
if("custom_event_msg")
|
|
global.custom_event_msg=newval;
|
|
if("dbcon")
|
|
global.dbcon=newval;
|
|
if("dbcon_old")
|
|
global.dbcon_old=newval;
|
|
if("recall_time_limit")
|
|
global.recall_time_limit=newval;
|
|
if("score")
|
|
global.score=newval;
|
|
if("trash_items")
|
|
global.trash_items=newval;
|
|
if("decals")
|
|
global.decals=newval;
|
|
if("on_login")
|
|
global.on_login=newval;
|
|
if("on_ban")
|
|
global.on_ban=newval;
|
|
if("on_unban")
|
|
global.on_unban=newval;
|
|
if("plugins")
|
|
global.plugins=newval;
|
|
if("space_gas")
|
|
global.space_gas=newval;
|
|
if("announcement_intercom")
|
|
global.announcement_intercom=newval;
|
|
if("sortedAreas")
|
|
global.sortedAreas=newval;
|
|
if("bomberman_mode")
|
|
global.bomberman_mode=newval;
|
|
if("bomberman_hurt")
|
|
global.bomberman_hurt=newval;
|
|
if("bomberman_destroy")
|
|
global.bomberman_destroy=newval;
|
|
if("volunteer_gladiators")
|
|
global.volunteer_gladiators=newval;
|
|
if("ready_gladiators")
|
|
global.ready_gladiators=newval;
|
|
if("never_gladiators")
|
|
global.never_gladiators=newval;
|
|
if("achievements")
|
|
global.achievements=newval;
|
|
if("end_icons")
|
|
global.end_icons=newval;
|
|
if("arena_leaderboard")
|
|
global.arena_leaderboard=newval;
|
|
if("arena_rounds")
|
|
global.arena_rounds=newval;
|
|
if("arena_top_score")
|
|
global.arena_top_score=newval;
|
|
if("endgame_info_logged")
|
|
global.endgame_info_logged=newval;
|
|
if("explosion_newmethod")
|
|
global.explosion_newmethod=newval;
|
|
if("snake_station_highscores")
|
|
global.snake_station_highscores=newval;
|
|
if("snake_best_players")
|
|
global.snake_best_players=newval;
|
|
if("minesweeper_station_highscores")
|
|
global.minesweeper_station_highscores=newval;
|
|
if("minesweeper_best_players")
|
|
global.minesweeper_best_players=newval;
|
|
if("nanocoins_rates")
|
|
global.nanocoins_rates=newval;
|
|
if("nanocoins_lastchange")
|
|
global.nanocoins_lastchange=newval;
|
|
if("speciesinit")
|
|
global.speciesinit=newval;
|
|
if("minimapinit")
|
|
global.minimapinit=newval;
|
|
if("stat_collection")
|
|
global.stat_collection=newval;
|
|
if("hardcore_mode")
|
|
global.hardcore_mode=newval;
|
|
if("mineral_turfs")
|
|
global.mineral_turfs=newval;
|
|
if("static_list")
|
|
global.static_list=newval;
|
|
if("grayscale")
|
|
global.grayscale=newval;
|
|
if("adminblob_icon")
|
|
global.adminblob_icon=newval;
|
|
if("adminblob_size")
|
|
global.adminblob_size=newval;
|
|
if("adminblob_beat")
|
|
global.adminblob_beat=newval;
|
|
if("parallax_initialized")
|
|
global.parallax_initialized=newval;
|
|
if("space_color")
|
|
global.space_color=newval;
|
|
if("parallax_icon")
|
|
global.parallax_icon=newval;
|
|
if("ai_names")
|
|
global.ai_names=newval;
|
|
if("wizard_first")
|
|
global.wizard_first=newval;
|
|
if("wizard_second")
|
|
global.wizard_second=newval;
|
|
if("ninja_titles")
|
|
global.ninja_titles=newval;
|
|
if("ninja_names")
|
|
global.ninja_names=newval;
|
|
if("commando_names")
|
|
global.commando_names=newval;
|
|
if("first_names_male")
|
|
global.first_names_male=newval;
|
|
if("first_names_female")
|
|
global.first_names_female=newval;
|
|
if("last_names")
|
|
global.last_names=newval;
|
|
if("clown_names")
|
|
global.clown_names=newval;
|
|
if("verbs")
|
|
global.verbs=newval;
|
|
if("adjectives")
|
|
global.adjectives=newval;
|
|
if("vox_name_syllables")
|
|
global.vox_name_syllables=newval;
|
|
if("golem_names")
|
|
global.golem_names=newval;
|
|
if("borer_names")
|
|
global.borer_names=newval;
|
|
if("disable_scrubbers")
|
|
global.disable_scrubbers=newval;
|
|
if("disable_vents")
|
|
global.disable_vents=newval;
|
|
if("Space_Tile")
|
|
global.Space_Tile=newval;
|
|
if("MAX_EXPLOSION_RANGE")
|
|
global.MAX_EXPLOSION_RANGE=newval;
|
|
if("BODY_PARTS")
|
|
global.BODY_PARTS=newval;
|
|
if("BODY_COVER_VALUE_LIST")
|
|
global.BODY_COVER_VALUE_LIST=newval;
|
|
if("NOIRMATRIX")
|
|
global.NOIRMATRIX=newval;
|
|
if("bad_changing_colour_ckeys")
|
|
global.bad_changing_colour_ckeys=newval;
|
|
if("global_mutations")
|
|
global.global_mutations=newval;
|
|
if("scarySounds")
|
|
global.scarySounds=newval;
|
|
if("tachycardics")
|
|
global.tachycardics=newval;
|
|
if("bradycardics")
|
|
global.bradycardics=newval;
|
|
if("heartstopper")
|
|
global.heartstopper=newval;
|
|
if("cheartstopper")
|
|
global.cheartstopper=newval;
|
|
if("RESTRICTED_CAMERA_NETWORKS")
|
|
global.RESTRICTED_CAMERA_NETWORKS=newval;
|
|
if("default_colour_matrix")
|
|
global.default_colour_matrix=newval;
|
|
if("panicfile")
|
|
global.panicfile=newval;
|
|
if("failed_db_connections")
|
|
global.failed_db_connections=newval;
|
|
if("failed_old_db_connections")
|
|
global.failed_old_db_connections=newval;
|
|
if("cmp_field")
|
|
global.cmp_field=newval;
|
|
if("DummyCache")
|
|
global.DummyCache=newval;
|
|
if("genders")
|
|
global.genders=newval;
|
|
if("clients")
|
|
global.clients=newval;
|
|
if("admins")
|
|
global.admins=newval;
|
|
if("directory")
|
|
global.directory=newval;
|
|
if("mixed_modes")
|
|
global.mixed_modes=newval;
|
|
if("player_list")
|
|
global.player_list=newval;
|
|
if("mob_list")
|
|
global.mob_list=newval;
|
|
if("living_mob_list")
|
|
global.living_mob_list=newval;
|
|
if("dead_mob_list")
|
|
global.dead_mob_list=newval;
|
|
if("observers")
|
|
global.observers=newval;
|
|
if("areas")
|
|
global.areas=newval;
|
|
if("turfs")
|
|
global.turfs=newval;
|
|
if("chemical_reactions_list")
|
|
global.chemical_reactions_list=newval;
|
|
if("chemical_reagents_list")
|
|
global.chemical_reagents_list=newval;
|
|
if("landmarks_list")
|
|
global.landmarks_list=newval;
|
|
if("surgery_steps")
|
|
global.surgery_steps=newval;
|
|
if("mechas_list")
|
|
global.mechas_list=newval;
|
|
if("poster_designs")
|
|
global.poster_designs=newval;
|
|
if("underwear_m")
|
|
global.underwear_m=newval;
|
|
if("underwear_f")
|
|
global.underwear_f=newval;
|
|
if("backbaglist")
|
|
global.backbaglist=newval;
|
|
if("hit_appends")
|
|
global.hit_appends=newval;
|
|
if("table_recipes")
|
|
global.table_recipes=newval;
|
|
if("med_hud_users")
|
|
global.med_hud_users=newval;
|
|
if("sec_hud_users")
|
|
global.sec_hud_users=newval;
|
|
if("escape_list")
|
|
global.escape_list=newval;
|
|
if("church_name")
|
|
global.church_name=newval;
|
|
if("command_name")
|
|
global.command_name=newval;
|
|
if("religion_name")
|
|
global.religion_name=newval;
|
|
if("syndicate_name")
|
|
global.syndicate_name=newval;
|
|
if("syndicate_code_phrase")
|
|
global.syndicate_code_phrase=newval;
|
|
if("syndicate_code_response")
|
|
global.syndicate_code_response=newval;
|
|
if("watt_suffixes")
|
|
global.watt_suffixes=newval;
|
|
if("number_digits")
|
|
global.number_digits=newval;
|
|
if("number_tens")
|
|
global.number_tens=newval;
|
|
if("number_units")
|
|
global.number_units=newval;
|
|
if("existing_typesof_cache")
|
|
global.existing_typesof_cache=newval;
|
|
if("common_tools")
|
|
global.common_tools=newval;
|
|
if("WALLITEMS")
|
|
global.WALLITEMS=newval;
|
|
if("sortInstance")
|
|
global.sortInstance=newval;
|
|
if("hooks")
|
|
global.hooks=newval;
|
|
if("ventcrawl_machinery")
|
|
global.ventcrawl_machinery=newval;
|
|
if("catcher")
|
|
global.catcher=newval;
|
|
if("parallax_on_clients")
|
|
global.parallax_on_clients=newval;
|
|
if("unstackable_pipes")
|
|
global.unstackable_pipes=newval;
|
|
if("bent_dirs")
|
|
global.bent_dirs=newval;
|
|
if("pipeID2State")
|
|
global.pipeID2State=newval;
|
|
if("nlist")
|
|
global.nlist=newval;
|
|
if("straight_pipes")
|
|
global.straight_pipes=newval;
|
|
if("bent_pipes")
|
|
global.bent_pipes=newval;
|
|
if("manifold_pipes")
|
|
global.manifold_pipes=newval;
|
|
if("heat_pipes")
|
|
global.heat_pipes=newval;
|
|
if("failsafe")
|
|
global.failsafe=newval;
|
|
if("garbageCollector")
|
|
global.garbageCollector=newval;
|
|
if("soft_dels")
|
|
global.soft_dels=newval;
|
|
if("master_controller")
|
|
global.master_controller=newval;
|
|
if("last_tick_duration")
|
|
global.last_tick_duration=newval;
|
|
if("air_processing_killed")
|
|
global.air_processing_killed=newval;
|
|
if("pipe_processing_killed")
|
|
global.pipe_processing_killed=newval;
|
|
if("machine_profiling")
|
|
global.machine_profiling=newval;
|
|
if("emergency_shuttle")
|
|
global.emergency_shuttle=newval;
|
|
if("active_diseases")
|
|
global.active_diseases=newval;
|
|
if("events")
|
|
global.events=newval;
|
|
if("fast_machines")
|
|
global.fast_machines=newval;
|
|
if("html_machines")
|
|
global.html_machines=newval;
|
|
if("machines")
|
|
global.machines=newval;
|
|
if("object_profiling")
|
|
global.object_profiling=newval;
|
|
if("processing_objects")
|
|
global.processing_objects=newval;
|
|
if("pipe_networks")
|
|
global.pipe_networks=newval;
|
|
if("atmos_machines")
|
|
global.atmos_machines=newval;
|
|
if("on_pipenet_tick")
|
|
global.on_pipenet_tick=newval;
|
|
if("power_machinery_profiling")
|
|
global.power_machinery_profiling=newval;
|
|
if("power_machines")
|
|
global.power_machines=newval;
|
|
if("powernets")
|
|
global.powernets=newval;
|
|
if("cable_list")
|
|
global.cable_list=newval;
|
|
if("tickerProcess")
|
|
global.tickerProcess=newval;
|
|
if("__btime__lastTimeOfHour")
|
|
global.__btime__lastTimeOfHour=newval;
|
|
if("__btime__callCount")
|
|
global.__btime__callCount=newval;
|
|
if("__btime__lastTick")
|
|
global.__btime__lastTick=newval;
|
|
if("processScheduler")
|
|
global.processScheduler=newval;
|
|
if("randomize_laws")
|
|
global.randomize_laws=newval;
|
|
if("base_law_type")
|
|
global.base_law_type=newval;
|
|
if("mommi_base_law_type")
|
|
global.mommi_base_law_type=newval;
|
|
if("diseases")
|
|
global.diseases=newval;
|
|
if("map_elements")
|
|
global.map_elements=newval;
|
|
if("modules")
|
|
global.modules=newval;
|
|
if("sun")
|
|
global.sun=newval;
|
|
if("all_supply_groups")
|
|
global.all_supply_groups=newval;
|
|
if("uplink_items")
|
|
global.uplink_items=newval;
|
|
if("archive_diseases")
|
|
global.archive_diseases=newval;
|
|
if("advance_cures")
|
|
global.advance_cures=newval;
|
|
if("list_symptoms")
|
|
global.list_symptoms=newval;
|
|
if("dictionary_symptoms")
|
|
global.dictionary_symptoms=newval;
|
|
if("animal_butchering_products")
|
|
global.animal_butchering_products=newval;
|
|
if("revdata")
|
|
global.revdata=newval;
|
|
if("same_wires")
|
|
global.same_wires=newval;
|
|
if("wireColours")
|
|
global.wireColours=newval;
|
|
if("PDA_Manifest")
|
|
global.PDA_Manifest=newval;
|
|
if("vox_sounds")
|
|
global.vox_sounds=newval;
|
|
if("vox_wordlen")
|
|
global.vox_wordlen=newval;
|
|
if("outbreak_level_words")
|
|
global.outbreak_level_words=newval;
|
|
if("spawned_surprises")
|
|
global.spawned_surprises=newval;
|
|
if("max_secret_rooms")
|
|
global.max_secret_rooms=newval;
|
|
if("del_profiling")
|
|
global.del_profiling=newval;
|
|
if("gdel_profiling")
|
|
global.gdel_profiling=newval;
|
|
if("ghdel_profiling")
|
|
global.ghdel_profiling=newval;
|
|
if("current_centcomm_order_id")
|
|
global.current_centcomm_order_id=newval;
|
|
if("all_radios")
|
|
global.all_radios=newval;
|
|
if("radiochannels")
|
|
global.radiochannels=newval;
|
|
if("radiochannelsreverse")
|
|
global.radiochannelsreverse=newval;
|
|
if("CENT_FREQS")
|
|
global.CENT_FREQS=newval;
|
|
if("radio_controller")
|
|
global.radio_controller=newval;
|
|
if("pointers")
|
|
global.pointers=newval;
|
|
if("response_team_members")
|
|
global.response_team_members=newval;
|
|
if("send_emergency_team")
|
|
global.send_emergency_team=newval;
|
|
if("ert_base_chance")
|
|
global.ert_base_chance=newval;
|
|
if("can_call_ert")
|
|
global.can_call_ert=newval;
|
|
if("nextDecTalkDelay")
|
|
global.nextDecTalkDelay=newval;
|
|
if("lastDecTalkUse")
|
|
global.lastDecTalkUse=newval;
|
|
if("freqtospan")
|
|
global.freqtospan=newval;
|
|
if("freqtoname")
|
|
global.freqtoname=newval;
|
|
if("ghostimg")
|
|
global.ghostimg=newval;
|
|
if("resethearers")
|
|
global.resethearers=newval;
|
|
if("smoothable_unsims")
|
|
global.smoothable_unsims=newval;
|
|
if("socket_talk")
|
|
global.socket_talk=newval;
|
|
if("shatter_sound")
|
|
global.shatter_sound=newval;
|
|
if("explosion_sound")
|
|
global.explosion_sound=newval;
|
|
if("small_explosion_sound")
|
|
global.small_explosion_sound=newval;
|
|
if("spark_sound")
|
|
global.spark_sound=newval;
|
|
if("rustle_sound")
|
|
global.rustle_sound=newval;
|
|
if("punch_sound")
|
|
global.punch_sound=newval;
|
|
if("clown_sound")
|
|
global.clown_sound=newval;
|
|
if("swing_hit_sound")
|
|
global.swing_hit_sound=newval;
|
|
if("hiss_sound")
|
|
global.hiss_sound=newval;
|
|
if("page_sound")
|
|
global.page_sound=newval;
|
|
if("mechstep_sound")
|
|
global.mechstep_sound=newval;
|
|
if("gib_sound")
|
|
global.gib_sound=newval;
|
|
if("mommicomment_sound")
|
|
global.mommicomment_sound=newval;
|
|
if("polaroid_sound")
|
|
global.polaroid_sound=newval;
|
|
if("male_scream_sound")
|
|
global.male_scream_sound=newval;
|
|
if("female_scream_sound")
|
|
global.female_scream_sound=newval;
|
|
if("male_cough_sound")
|
|
global.male_cough_sound=newval;
|
|
if("female_cough_sound")
|
|
global.female_cough_sound=newval;
|
|
if("lightning_sound")
|
|
global.lightning_sound=newval;
|
|
if("soulstone_sound")
|
|
global.soulstone_sound=newval;
|
|
if("supply_shuttle")
|
|
global.supply_shuttle=newval;
|
|
if("mechtoys")
|
|
global.mechtoys=newval;
|
|
if("ignored_keys")
|
|
global.ignored_keys=newval;
|
|
if("moved_landmarks")
|
|
global.moved_landmarks=newval;
|
|
if("transparent_icons")
|
|
global.transparent_icons=newval;
|
|
if("teleportlocs")
|
|
global.teleportlocs=newval;
|
|
if("ghostteleportlocs")
|
|
global.ghostteleportlocs=newval;
|
|
if("adminbusteleportlocs")
|
|
global.adminbusteleportlocs=newval;
|
|
if("centcom_areas")
|
|
global.centcom_areas=newval;
|
|
if("the_station_areas")
|
|
global.the_station_areas=newval;
|
|
if("dna_activity_bounds")
|
|
global.dna_activity_bounds=newval;
|
|
if("assigned_gene_blocks")
|
|
global.assigned_gene_blocks=newval;
|
|
if("assigned_blocks")
|
|
global.assigned_blocks=newval;
|
|
if("dna_genes")
|
|
global.dna_genes=newval;
|
|
if("good_blocks")
|
|
global.good_blocks=newval;
|
|
if("bad_blocks")
|
|
global.bad_blocks=newval;
|
|
if("skin_styles_female_list")
|
|
global.skin_styles_female_list=newval;
|
|
if("hair_styles_list")
|
|
global.hair_styles_list=newval;
|
|
if("hair_styles_male_list")
|
|
global.hair_styles_male_list=newval;
|
|
if("hair_styles_female_list")
|
|
global.hair_styles_female_list=newval;
|
|
if("facial_hair_styles_list")
|
|
global.facial_hair_styles_list=newval;
|
|
if("facial_hair_styles_male_list")
|
|
global.facial_hair_styles_male_list=newval;
|
|
if("facial_hair_styles_female_list")
|
|
global.facial_hair_styles_female_list=newval;
|
|
if("noir_master")
|
|
global.noir_master=newval;
|
|
if("ticker")
|
|
global.ticker=newval;
|
|
if("potential_theft_objectives")
|
|
global.potential_theft_objectives=newval;
|
|
if("blobs")
|
|
global.blobs=newval;
|
|
if("blob_cores")
|
|
global.blob_cores=newval;
|
|
if("blob_nodes")
|
|
global.blob_nodes=newval;
|
|
if("blob_resources")
|
|
global.blob_resources=newval;
|
|
if("blob_overminds")
|
|
global.blob_overminds=newval;
|
|
if("blob_looks")
|
|
global.blob_looks=newval;
|
|
if("possible_changeling_IDs")
|
|
global.possible_changeling_IDs=newval;
|
|
if("hivemind_bank")
|
|
global.hivemind_bank=newval;
|
|
if("powers")
|
|
global.powers=newval;
|
|
if("powerinstances")
|
|
global.powerinstances=newval;
|
|
if("narsie_behaviour")
|
|
global.narsie_behaviour=newval;
|
|
if("narsie_cometh")
|
|
global.narsie_cometh=newval;
|
|
if("narsie_list")
|
|
global.narsie_list=newval;
|
|
if("mr_clean_targets")
|
|
global.mr_clean_targets=newval;
|
|
if("cultwords")
|
|
global.cultwords=newval;
|
|
if("runedec")
|
|
global.runedec=newval;
|
|
if("engwords")
|
|
global.engwords=newval;
|
|
if("rnwords")
|
|
global.rnwords=newval;
|
|
if("rune_list")
|
|
global.rune_list=newval;
|
|
if("snow_recipes")
|
|
global.snow_recipes=newval;
|
|
if("Holiday")
|
|
global.Holiday=newval;
|
|
if("blob_candidates")
|
|
global.blob_candidates=newval;
|
|
if("mixed_allowed")
|
|
global.mixed_allowed=newval;
|
|
if("bomb_set")
|
|
global.bomb_set=newval;
|
|
if("hsboxspawn")
|
|
global.hsboxspawn=newval;
|
|
if("hrefs")
|
|
global.hrefs=newval;
|
|
if("banned_sandbox_types")
|
|
global.banned_sandbox_types=newval;
|
|
if("all_jobs")
|
|
global.all_jobs=newval;
|
|
if("job_master")
|
|
global.job_master=newval;
|
|
if("assistant_occupations")
|
|
global.assistant_occupations=newval;
|
|
if("command_positions")
|
|
global.command_positions=newval;
|
|
if("engineering_positions")
|
|
global.engineering_positions=newval;
|
|
if("medical_positions")
|
|
global.medical_positions=newval;
|
|
if("science_positions")
|
|
global.science_positions=newval;
|
|
if("civilian_positions")
|
|
global.civilian_positions=newval;
|
|
if("cargo_positions")
|
|
global.cargo_positions=newval;
|
|
if("security_positions")
|
|
global.security_positions=newval;
|
|
if("nonhuman_positions")
|
|
global.nonhuman_positions=newval;
|
|
if("misc_positions")
|
|
global.misc_positions=newval;
|
|
if("whitelist")
|
|
global.whitelist=newval;
|
|
if("alien_whitelist")
|
|
global.alien_whitelist=newval;
|
|
if("firealarms")
|
|
global.firealarms=newval;
|
|
if("cryo_health_indicator")
|
|
global.cryo_health_indicator=newval;
|
|
if("doppler_arrays")
|
|
global.doppler_arrays=newval;
|
|
if("flashers")
|
|
global.flashers=newval;
|
|
if("holosigns")
|
|
global.holosigns=newval;
|
|
if("igniters")
|
|
global.igniters=newval;
|
|
if("multitool_var_whitelist")
|
|
global.multitool_var_whitelist=newval;
|
|
if("mass_drivers")
|
|
global.mass_drivers=newval;
|
|
if("news_network")
|
|
global.news_network=newval;
|
|
if("allCasters")
|
|
global.allCasters=newval;
|
|
if("req_console_assistance")
|
|
global.req_console_assistance=newval;
|
|
if("req_console_supplies")
|
|
global.req_console_supplies=newval;
|
|
if("req_console_information")
|
|
global.req_console_information=newval;
|
|
if("allConsoles")
|
|
global.allConsoles=newval;
|
|
if("status_displays")
|
|
global.status_displays=newval;
|
|
if("ai_emotions")
|
|
global.ai_emotions=newval;
|
|
if("status_display_images")
|
|
global.status_display_images=newval;
|
|
if("num_vending_terminals")
|
|
global.num_vending_terminals=newval;
|
|
if("floorbot_targets")
|
|
global.floorbot_targets=newval;
|
|
if("mulebot_count")
|
|
global.mulebot_count=newval;
|
|
if("camera_names")
|
|
global.camera_names=newval;
|
|
if("tv_monitors")
|
|
global.tv_monitors=newval;
|
|
if("shuttle_calls")
|
|
global.shuttle_calls=newval;
|
|
if("prison_shuttle_moving_to_station")
|
|
global.prison_shuttle_moving_to_station=newval;
|
|
if("prison_shuttle_moving_to_prison")
|
|
global.prison_shuttle_moving_to_prison=newval;
|
|
if("prison_shuttle_at_station")
|
|
global.prison_shuttle_at_station=newval;
|
|
if("prison_shuttle_can_send")
|
|
global.prison_shuttle_can_send=newval;
|
|
if("prison_shuttle_time")
|
|
global.prison_shuttle_time=newval;
|
|
if("prison_shuttle_timeleft")
|
|
global.prison_shuttle_timeleft=newval;
|
|
if("specops_shuttle_moving_to_station")
|
|
global.specops_shuttle_moving_to_station=newval;
|
|
if("specops_shuttle_moving_to_centcom")
|
|
global.specops_shuttle_moving_to_centcom=newval;
|
|
if("specops_shuttle_at_station")
|
|
global.specops_shuttle_at_station=newval;
|
|
if("specops_shuttle_can_send")
|
|
global.specops_shuttle_can_send=newval;
|
|
if("specops_shuttle_time")
|
|
global.specops_shuttle_time=newval;
|
|
if("specops_shuttle_timeleft")
|
|
global.specops_shuttle_timeleft=newval;
|
|
if("syndicate_elite_shuttle_moving_to_station")
|
|
global.syndicate_elite_shuttle_moving_to_station=newval;
|
|
if("syndicate_elite_shuttle_moving_to_mothership")
|
|
global.syndicate_elite_shuttle_moving_to_mothership=newval;
|
|
if("syndicate_elite_shuttle_at_station")
|
|
global.syndicate_elite_shuttle_at_station=newval;
|
|
if("syndicate_elite_shuttle_can_send")
|
|
global.syndicate_elite_shuttle_can_send=newval;
|
|
if("syndicate_elite_shuttle_time")
|
|
global.syndicate_elite_shuttle_time=newval;
|
|
if("syndicate_elite_shuttle_timeleft")
|
|
global.syndicate_elite_shuttle_timeleft=newval;
|
|
if("taxi_computers")
|
|
global.taxi_computers=newval;
|
|
if("all_doors")
|
|
global.all_doors=newval;
|
|
if("alert_overlays_global")
|
|
global.alert_overlays_global=newval;
|
|
if("poddoors")
|
|
global.poddoors=newval;
|
|
if("recentmessages")
|
|
global.recentmessages=newval;
|
|
if("message_delay")
|
|
global.message_delay=newval;
|
|
if("telecomms_list")
|
|
global.telecomms_list=newval;
|
|
if("word_to_uristrune_table")
|
|
global.word_to_uristrune_table=newval;
|
|
if("uristrune_cache")
|
|
global.uristrune_cache=newval;
|
|
if("explosion_shake_message_cooldown")
|
|
global.explosion_shake_message_cooldown=newval;
|
|
if("explosion_turfs")
|
|
global.explosion_turfs=newval;
|
|
if("explosion_in_progress")
|
|
global.explosion_in_progress=newval;
|
|
if("blood_overlays")
|
|
global.blood_overlays=newval;
|
|
if("reagents_to_log")
|
|
global.reagents_to_log=newval;
|
|
if("BUMP_TELEPORTERS")
|
|
global.BUMP_TELEPORTERS=newval;
|
|
if("portal_cache")
|
|
global.portal_cache=newval;
|
|
if("splatter_cache")
|
|
global.splatter_cache=newval;
|
|
if("blood_list")
|
|
global.blood_list=newval;
|
|
if("fluidtrack_cache")
|
|
global.fluidtrack_cache=newval;
|
|
if("beacons")
|
|
global.beacons=newval;
|
|
if("all_graffitis")
|
|
global.all_graffitis=newval;
|
|
if("deskbell_default_frequencies")
|
|
global.deskbell_default_frequencies=newval;
|
|
if("deskbell_freq_cargo")
|
|
global.deskbell_freq_cargo=newval;
|
|
if("deskbell_freq_hop")
|
|
global.deskbell_freq_hop=newval;
|
|
if("deskbell_freq_medbay")
|
|
global.deskbell_freq_medbay=newval;
|
|
if("deskbell_freq_brig")
|
|
global.deskbell_freq_brig=newval;
|
|
if("deskbell_freq_rnd")
|
|
global.deskbell_freq_rnd=newval;
|
|
if("camera_bugs")
|
|
global.camera_bugs=newval;
|
|
if("pda_app_menus")
|
|
global.pda_app_menus=newval;
|
|
if("chatrooms")
|
|
global.chatrooms=newval;
|
|
if("PDAs")
|
|
global.PDAs=newval;
|
|
if("available_paintings")
|
|
global.available_paintings=newval;
|
|
if("cable_recipes")
|
|
global.cable_recipes=newval;
|
|
if("metal_recipes")
|
|
global.metal_recipes=newval;
|
|
if("plasteel_recipes")
|
|
global.plasteel_recipes=newval;
|
|
if("wood_recipes")
|
|
global.wood_recipes=newval;
|
|
if("cardboard_recipes")
|
|
global.cardboard_recipes=newval;
|
|
if("sandstone_recipes")
|
|
global.sandstone_recipes=newval;
|
|
if("diamond_recipes")
|
|
global.diamond_recipes=newval;
|
|
if("uranium_recipes")
|
|
global.uranium_recipes=newval;
|
|
if("plasma_recipes")
|
|
global.plasma_recipes=newval;
|
|
if("plastic_recipes")
|
|
global.plastic_recipes=newval;
|
|
if("gold_recipes")
|
|
global.gold_recipes=newval;
|
|
if("phazon_recipes")
|
|
global.phazon_recipes=newval;
|
|
if("silver_recipes")
|
|
global.silver_recipes=newval;
|
|
if("clown_recipes")
|
|
global.clown_recipes=newval;
|
|
if("charcoal_recipes")
|
|
global.charcoal_recipes=newval;
|
|
if("lightfloor_colors")
|
|
global.lightfloor_colors=newval;
|
|
if("moneytypes")
|
|
global.moneytypes=newval;
|
|
if("cached_icons")
|
|
global.cached_icons=newval;
|
|
if("tracking_implants")
|
|
global.tracking_implants=newval;
|
|
if("bottle_colour_choices")
|
|
global.bottle_colour_choices=newval;
|
|
if("hidden_doors")
|
|
global.hidden_doors=newval;
|
|
if("all_docking_ports")
|
|
global.all_docking_ports=newval;
|
|
if("ladders")
|
|
global.ladders=newval;
|
|
if("cargo_shuttle")
|
|
global.cargo_shuttle=newval;
|
|
if("escape_shuttle")
|
|
global.escape_shuttle=newval;
|
|
if("mining_shuttle")
|
|
global.mining_shuttle=newval;
|
|
if("arrival_shuttle")
|
|
global.arrival_shuttle=newval;
|
|
if("transport_shuttle")
|
|
global.transport_shuttle=newval;
|
|
if("admin_shuttle")
|
|
global.admin_shuttle=newval;
|
|
if("research_shuttle")
|
|
global.research_shuttle=newval;
|
|
if("salvage_shuttle")
|
|
global.salvage_shuttle=newval;
|
|
if("syndicate_shuttle")
|
|
global.syndicate_shuttle=newval;
|
|
if("taxi_a")
|
|
global.taxi_a=newval;
|
|
if("taxi_b")
|
|
global.taxi_b=newval;
|
|
if("trade_shuttle")
|
|
global.trade_shuttle=newval;
|
|
if("vox_shuttle")
|
|
global.vox_shuttle=newval;
|
|
if("voxresearch_shuttle")
|
|
global.voxresearch_shuttle=newval;
|
|
if("icons_to_ignore_at_floor_init")
|
|
global.icons_to_ignore_at_floor_init=newval;
|
|
if("plating_icons")
|
|
global.plating_icons=newval;
|
|
if("wood_icons")
|
|
global.wood_icons=newval;
|
|
if("w_overlays")
|
|
global.w_overlays=newval;
|
|
if("_flatIcons")
|
|
global._flatIcons=newval;
|
|
if("directional")
|
|
global.directional=newval;
|
|
if("exception")
|
|
global.exception=newval;
|
|
if("directional_turfs")
|
|
global.directional_turfs=newval;
|
|
if("BSACooldown")
|
|
global.BSACooldown=newval;
|
|
if("floorIsLava")
|
|
global.floorIsLava=newval;
|
|
if("admin_shuttle_location")
|
|
global.admin_shuttle_location=newval;
|
|
if("alien_ship_location")
|
|
global.alien_ship_location=newval;
|
|
if("investigations")
|
|
global.investigations=newval;
|
|
if("admin_ranks")
|
|
global.admin_ranks=newval;
|
|
if("admin_verbs_default")
|
|
global.admin_verbs_default=newval;
|
|
if("admin_verbs_admin")
|
|
global.admin_verbs_admin=newval;
|
|
if("admin_verbs_ban")
|
|
global.admin_verbs_ban=newval;
|
|
if("admin_verbs_sounds")
|
|
global.admin_verbs_sounds=newval;
|
|
if("admin_verbs_fun")
|
|
global.admin_verbs_fun=newval;
|
|
if("admin_verbs_spawn")
|
|
global.admin_verbs_spawn=newval;
|
|
if("admin_verbs_server")
|
|
global.admin_verbs_server=newval;
|
|
if("admin_verbs_debug")
|
|
global.admin_verbs_debug=newval;
|
|
if("admin_verbs_possess")
|
|
global.admin_verbs_possess=newval;
|
|
if("admin_verbs_permissions")
|
|
global.admin_verbs_permissions=newval;
|
|
if("admin_verbs_rejuv")
|
|
global.admin_verbs_rejuv=newval;
|
|
if("admin_verbs_hideable")
|
|
global.admin_verbs_hideable=newval;
|
|
if("admin_verbs_mod")
|
|
global.admin_verbs_mod=newval;
|
|
if("appearanceban_runonce")
|
|
global.appearanceban_runonce=newval;
|
|
if("appearance_keylist")
|
|
global.appearance_keylist=newval;
|
|
if("jobban_runonce")
|
|
global.jobban_runonce=newval;
|
|
if("jobban_keylist")
|
|
global.jobban_keylist=newval;
|
|
if("oocban_keylist")
|
|
global.oocban_keylist=newval;
|
|
if("admin_datums")
|
|
global.admin_datums=newval;
|
|
if("CMinutes")
|
|
global.CMinutes=newval;
|
|
if("Banlist")
|
|
global.Banlist=newval;
|
|
if("Banlistjob")
|
|
global.Banlistjob=newval;
|
|
if("adminhelp_ignored_words")
|
|
global.adminhelp_ignored_words=newval;
|
|
if("checked_for_inactives")
|
|
global.checked_for_inactives=newval;
|
|
if("inactive_keys")
|
|
global.inactive_keys=newval;
|
|
if("blood_virus_spreading_disabled")
|
|
global.blood_virus_spreading_disabled=newval;
|
|
if("camera_range_display_status")
|
|
global.camera_range_display_status=newval;
|
|
if("intercom_range_display_status")
|
|
global.intercom_range_display_status=newval;
|
|
if("prevent_airgroup_regroup")
|
|
global.prevent_airgroup_regroup=newval;
|
|
if("say_disabled")
|
|
global.say_disabled=newval;
|
|
if("movement_disabled")
|
|
global.movement_disabled=newval;
|
|
if("movement_disabled_exception")
|
|
global.movement_disabled_exception=newval;
|
|
if("forbidden_varedit_object_types")
|
|
global.forbidden_varedit_object_types=newval;
|
|
if("PROFILING_VERBS")
|
|
global.PROFILING_VERBS=newval;
|
|
if("sent_strike_team")
|
|
global.sent_strike_team=newval;
|
|
if("sent_syndicate_strike_team")
|
|
global.sent_syndicate_strike_team=newval;
|
|
if("vox_tick")
|
|
global.vox_tick=newval;
|
|
if("assembly_short_name_to_type")
|
|
global.assembly_short_name_to_type=newval;
|
|
if("comparison_circuit_operations")
|
|
global.comparison_circuit_operations=newval;
|
|
if("math_circuit_operations_list")
|
|
global.math_circuit_operations_list=newval;
|
|
if("automation_types")
|
|
global.automation_types=newval;
|
|
if("gas_labels")
|
|
global.gas_labels=newval;
|
|
if("existing_away_missions")
|
|
global.existing_away_missions=newval;
|
|
if("awaydestinations")
|
|
global.awaydestinations=newval;
|
|
if("away_mission_subtypes")
|
|
global.away_mission_subtypes=newval;
|
|
if("gateways")
|
|
global.gateways=newval;
|
|
if("maploader")
|
|
global.maploader=newval;
|
|
if("_preloader")
|
|
global._preloader=newval;
|
|
if("swapmaps_iconcache")
|
|
global.swapmaps_iconcache=newval;
|
|
if("swapmaps_mode")
|
|
global.swapmaps_mode=newval;
|
|
if("swapmaps_compiled_maxx")
|
|
global.swapmaps_compiled_maxx=newval;
|
|
if("swapmaps_compiled_maxy")
|
|
global.swapmaps_compiled_maxy=newval;
|
|
if("swapmaps_compiled_maxz")
|
|
global.swapmaps_compiled_maxz=newval;
|
|
if("swapmaps_initialized")
|
|
global.swapmaps_initialized=newval;
|
|
if("swapmaps_loaded")
|
|
global.swapmaps_loaded=newval;
|
|
if("swapmaps_byname")
|
|
global.swapmaps_byname=newval;
|
|
if("bombermangear")
|
|
global.bombermangear=newval;
|
|
if("arenas")
|
|
global.arenas=newval;
|
|
if("arena_spawnpoints")
|
|
global.arena_spawnpoints=newval;
|
|
if("preferences_datums")
|
|
global.preferences_datums=newval;
|
|
if("special_roles")
|
|
global.special_roles=newval;
|
|
if("antag_roles")
|
|
global.antag_roles=newval;
|
|
if("nonantag_roles")
|
|
global.nonantag_roles=newval;
|
|
if("role_wiki")
|
|
global.role_wiki=newval;
|
|
if("current_date_string")
|
|
global.current_date_string=newval;
|
|
if("num_financial_terminals")
|
|
global.num_financial_terminals=newval;
|
|
if("num_financial_database")
|
|
global.num_financial_database=newval;
|
|
if("num_vending_machines")
|
|
global.num_vending_machines=newval;
|
|
if("num_pda_terminals")
|
|
global.num_pda_terminals=newval;
|
|
if("num_merch_computers")
|
|
global.num_merch_computers=newval;
|
|
if("station_account")
|
|
global.station_account=newval;
|
|
if("department_accounts")
|
|
global.department_accounts=newval;
|
|
if("next_account_number")
|
|
global.next_account_number=newval;
|
|
if("centcomm_account_db")
|
|
global.centcomm_account_db=newval;
|
|
if("vendor_account")
|
|
global.vendor_account=newval;
|
|
if("all_money_accounts")
|
|
global.all_money_accounts=newval;
|
|
if("setup_economy")
|
|
global.setup_economy=newval;
|
|
if("weighted_randomevent_locations")
|
|
global.weighted_randomevent_locations=newval;
|
|
if("weighted_mundaneevent_locations")
|
|
global.weighted_mundaneevent_locations=newval;
|
|
if("station_departments")
|
|
global.station_departments=newval;
|
|
if("current_pos_id")
|
|
global.current_pos_id=newval;
|
|
if("pos_sales")
|
|
global.pos_sales=newval;
|
|
if("wages_enabled")
|
|
global.wages_enabled=newval;
|
|
if("roundstart_enable_wages")
|
|
global.roundstart_enable_wages=newval;
|
|
if("event_last_fired")
|
|
global.event_last_fired=newval;
|
|
if("allEvents")
|
|
global.allEvents=newval;
|
|
if("potentialRandomEvents")
|
|
global.potentialRandomEvents=newval;
|
|
if("eventTimeLower")
|
|
global.eventTimeLower=newval;
|
|
if("eventTimeUpper")
|
|
global.eventTimeUpper=newval;
|
|
if("scheduledEvent")
|
|
global.scheduledEvent=newval;
|
|
if("vox_kills")
|
|
global.vox_kills=newval;
|
|
if("vox_sent")
|
|
global.vox_sent=newval;
|
|
if("raiders")
|
|
global.raiders=newval;
|
|
if("thing_storm_types")
|
|
global.thing_storm_types=newval;
|
|
if("watchdog")
|
|
global.watchdog=newval;
|
|
if("non_fakeattack_weapons")
|
|
global.non_fakeattack_weapons=newval;
|
|
if("deepFriedEverything")
|
|
global.deepFriedEverything=newval;
|
|
if("deepFriedNutriment")
|
|
global.deepFriedNutriment=newval;
|
|
if("foodNesting")
|
|
global.foodNesting=newval;
|
|
if("recursiveFood")
|
|
global.recursiveFood=newval;
|
|
if("ingredientLimit")
|
|
global.ingredientLimit=newval;
|
|
if("wizard_cards_rare")
|
|
global.wizard_cards_rare=newval;
|
|
if("wizard_cards_normal")
|
|
global.wizard_cards_normal=newval;
|
|
if("adv_camera")
|
|
global.adv_camera=newval;
|
|
if("crewmonitor")
|
|
global.crewmonitor=newval;
|
|
if("vote")
|
|
global.vote=newval;
|
|
if("plant_controller")
|
|
global.plant_controller=newval;
|
|
if("seed_types")
|
|
global.seed_types=newval;
|
|
if("gene_tag_masks")
|
|
global.gene_tag_masks=newval;
|
|
if("library_catalog")
|
|
global.library_catalog=newval;
|
|
if("library_section_names")
|
|
global.library_section_names=newval;
|
|
if("liquid_delay")
|
|
global.liquid_delay=newval;
|
|
if("puddles")
|
|
global.puddles=newval;
|
|
if("global_playlists")
|
|
global.global_playlists=newval;
|
|
if("loopModeNames")
|
|
global.loopModeNames=newval;
|
|
if("media_receivers")
|
|
global.media_receivers=newval;
|
|
if("media_transmitters")
|
|
global.media_transmitters=newval;
|
|
if("migration_controller_mysql")
|
|
global.migration_controller_mysql=newval;
|
|
if("migration_controller_sqlite")
|
|
global.migration_controller_sqlite=newval;
|
|
if("valid_abandoned_crate_types")
|
|
global.valid_abandoned_crate_types=newval;
|
|
if("material_list")
|
|
global.material_list=newval;
|
|
if("initial_materials")
|
|
global.initial_materials=newval;
|
|
if("name_to_mineral")
|
|
global.name_to_mineral=newval;
|
|
if("mining_surprises")
|
|
global.mining_surprises=newval;
|
|
if("FUCK")
|
|
global.FUCK=newval;
|
|
if("slot_equipment_priority")
|
|
global.slot_equipment_priority=newval;
|
|
if("intents")
|
|
global.intents=newval;
|
|
if("boo_phrases")
|
|
global.boo_phrases=newval;
|
|
if("boo_phrases_drugs")
|
|
global.boo_phrases_drugs=newval;
|
|
if("boo_phrases_silicon")
|
|
global.boo_phrases_silicon=newval;
|
|
if("virtualhearers")
|
|
global.virtualhearers=newval;
|
|
if("stationary_hearers")
|
|
global.stationary_hearers=newval;
|
|
if("coldwarning_light")
|
|
global.coldwarning_light=newval;
|
|
if("coldwarning_hard")
|
|
global.coldwarning_hard=newval;
|
|
if("department_radio_keys")
|
|
global.department_radio_keys=newval;
|
|
if("language_keys")
|
|
global.language_keys=newval;
|
|
if("all_languages")
|
|
global.all_languages=newval;
|
|
if("all_species")
|
|
global.all_species=newval;
|
|
if("whitelisted_species")
|
|
global.whitelisted_species=newval;
|
|
if("unconscious_overlays")
|
|
global.unconscious_overlays=newval;
|
|
if("oxyloss_overlays")
|
|
global.oxyloss_overlays=newval;
|
|
if("brutefireloss_overlays")
|
|
global.brutefireloss_overlays=newval;
|
|
if("organ_damage_overlays")
|
|
global.organ_damage_overlays=newval;
|
|
if("damage_icon_parts")
|
|
global.damage_icon_parts=newval;
|
|
if("cover_protection_value_list")
|
|
global.cover_protection_value_list=newval;
|
|
if("ai_list")
|
|
global.ai_list=newval;
|
|
if("announcing_vox")
|
|
global.announcing_vox=newval;
|
|
if("vox_digits")
|
|
global.vox_digits=newval;
|
|
if("vox_tens")
|
|
global.vox_tens=newval;
|
|
if("vox_units")
|
|
global.vox_units=newval;
|
|
if("cameranet")
|
|
global.cameranet=newval;
|
|
if("paiController")
|
|
global.paiController=newval;
|
|
if("borer_chem_types_head")
|
|
global.borer_chem_types_head=newval;
|
|
if("borer_chem_types_chest")
|
|
global.borer_chem_types_chest=newval;
|
|
if("borer_chem_types_arm")
|
|
global.borer_chem_types_arm=newval;
|
|
if("borer_chem_types_leg")
|
|
global.borer_chem_types_leg=newval;
|
|
if("borer_unlock_types_head")
|
|
global.borer_unlock_types_head=newval;
|
|
if("borer_unlock_types_chest")
|
|
global.borer_unlock_types_chest=newval;
|
|
if("borer_unlock_types_arm")
|
|
global.borer_unlock_types_arm=newval;
|
|
if("borer_unlock_types_leg")
|
|
global.borer_unlock_types_leg=newval;
|
|
if("animal_count")
|
|
global.animal_count=newval;
|
|
if("nest_locations")
|
|
global.nest_locations=newval;
|
|
if("crate_mimic_disguises")
|
|
global.crate_mimic_disguises=newval;
|
|
if("item_mimic_disguises")
|
|
global.item_mimic_disguises=newval;
|
|
if("protected_objects")
|
|
global.protected_objects=newval;
|
|
if("spider_types")
|
|
global.spider_types=newval;
|
|
if("photocollector_list")
|
|
global.photocollector_list=newval;
|
|
if("prism_list")
|
|
global.prism_list=newval;
|
|
if("mirror_list")
|
|
global.mirror_list=newval;
|
|
if("paper_folding_results")
|
|
global.paper_folding_results=newval;
|
|
if("paperwork")
|
|
global.paperwork=newval;
|
|
if("paperwork_library")
|
|
global.paperwork_library=newval;
|
|
if("battery_charge")
|
|
global.battery_charge=newval;
|
|
if("battery_charging")
|
|
global.battery_charging=newval;
|
|
if("battery_online")
|
|
global.battery_online=newval;
|
|
if("alllights")
|
|
global.alllights=newval;
|
|
if("powernets_broke")
|
|
global.powernets_broke=newval;
|
|
if("solars_list")
|
|
global.solars_list=newval;
|
|
if("rad_collectors")
|
|
global.rad_collectors=newval;
|
|
if("field_gen_list")
|
|
global.field_gen_list=newval;
|
|
if("bullet_master")
|
|
global.bullet_master=newval;
|
|
if("impact_master")
|
|
global.impact_master=newval;
|
|
if("available_staff_transforms")
|
|
global.available_staff_transforms=newval;
|
|
if("beam_master")
|
|
global.beam_master=newval;
|
|
if("existing_vaults")
|
|
global.existing_vaults=newval;
|
|
if("disposalpipeID2State")
|
|
global.disposalpipeID2State=newval;
|
|
if("paint_variants")
|
|
global.paint_variants=newval;
|
|
if("chifir_doesnt_remove")
|
|
global.chifir_doesnt_remove=newval;
|
|
if("tonio_doesnt_remove")
|
|
global.tonio_doesnt_remove=newval;
|
|
if("LOGGED_SPLASH_REAGENTS")
|
|
global.LOGGED_SPLASH_REAGENTS=newval;
|
|
if("valid_random_food_types")
|
|
global.valid_random_food_types=newval;
|
|
if("cockroach_egg_amount")
|
|
global.cockroach_egg_amount=newval;
|
|
if("charcoal_doesnt_remove")
|
|
global.charcoal_doesnt_remove=newval;
|
|
if("message_servers")
|
|
global.message_servers=newval;
|
|
if("blackbox")
|
|
global.blackbox=newval;
|
|
if("rnd_machines")
|
|
global.rnd_machines=newval;
|
|
if("design_list")
|
|
global.design_list=newval;
|
|
if("tech_list")
|
|
global.tech_list=newval;
|
|
if("hidden_tech")
|
|
global.hidden_tech=newval;
|
|
if("responsive_carriers")
|
|
global.responsive_carriers=newval;
|
|
if("finds_as_strings")
|
|
global.finds_as_strings=newval;
|
|
if("authenticators")
|
|
global.authenticators=newval;
|
|
if("maint_all_access")
|
|
global.maint_all_access=newval;
|
|
if("spells")
|
|
global.spells=newval;
|
|
if("centcomm_store")
|
|
global.centcomm_store=newval;
|
|
if("GPS_list")
|
|
global.GPS_list=newval;
|
|
if("SPS_list")
|
|
global.SPS_list=newval;
|
|
if("secure_GPS_count")
|
|
global.secure_GPS_count=newval;
|
|
if("nukedisk")
|
|
global.nukedisk=newval;
|
|
if("telesci_warnings")
|
|
global.telesci_warnings=newval;
|
|
if("ANTIGENS")
|
|
global.ANTIGENS=newval;
|
|
if("disease2_list")
|
|
global.disease2_list=newval;
|
|
if("virusDB")
|
|
global.virusDB=newval;
|
|
if("compatible_mobs")
|
|
global.compatible_mobs=newval;
|
|
if("buildmodeholders")
|
|
global.buildmodeholders=newval;
|
|
if("newscaster_standard_feeds")
|
|
global.newscaster_standard_feeds=newval;
|
|
if("announced_news_types")
|
|
global.announced_news_types=newval;
|
|
if("allfaxes")
|
|
global.allfaxes=newval;
|
|
if("alldepartments")
|
|
global.alldepartments=newval;
|
|
if("atmos_controllers")
|
|
global.atmos_controllers=newval;
|
|
if("ul_FastRoot")
|
|
global.ul_FastRoot=newval;
|
|
if("sharing_lookup_table")
|
|
global.sharing_lookup_table=newval;
|
|
if("air_master")
|
|
global.air_master=newval;
|
|
if("tick_multiplier")
|
|
global.tick_multiplier=newval;
|
|
if("assigned")
|
|
global.assigned=newval;
|
|
if("created")
|
|
global.created=newval;
|
|
if("merged")
|
|
global.merged=newval;
|
|
if("invalid_zone")
|
|
global.invalid_zone=newval;
|
|
if("air_blocked")
|
|
global.air_blocked=newval;
|
|
if("zone_blocked")
|
|
global.zone_blocked=newval;
|
|
if("blocked")
|
|
global.blocked=newval;
|
|
if("mark")
|
|
global.mark=newval;
|
|
if("zas_settings")
|
|
global.zas_settings=newval;
|
|
if("contamination_overlay")
|
|
global.contamination_overlay=newval;
|
|
if("accessable_z_levels")
|
|
global.accessable_z_levels=newval;
|
|
if("sc_safecode1")
|
|
global.sc_safecode1=newval;
|
|
if("sc_safecode2")
|
|
global.sc_safecode2=newval;
|
|
if("sc_safecode3")
|
|
global.sc_safecode3=newval;
|
|
if("sc_safecode4")
|
|
global.sc_safecode4=newval;
|
|
if("sc_safecode5")
|
|
global.sc_safecode5=newval;
|
|
|
|
/var/list/_all_globals=list("map","masterdatumPool","pooledvariables","prox_sensor_ignored_types","ability_verbs","sent_aliens_to_station","account_hack_attempted","spacevines_spawned","sent_spiders_to_station","lighting_update_lights","lighting_update_corners","lighting_update_overlays","exclude","asset_cache","error_last_seen","error_cooldown","html_interfaces","all_lighting_corners","LIGHTING_CORNER_DIAGONAL","all_lighting_overlays","cargo_telepads","chatResources","bicon_cache","dview_mob","tick_start","meteor_wave_delay","meteors_in_wave","meteor_wave_active","max_meteor_size","chosen_dir","create_mob_html","create_object_html","create_turf_html","any","asset_cache_populated","total_runtimes","total_runtimes_skipped","error_cache","lighting_corners_initialised","security_level","iconCache","round_end_info","deadmins","lockedvars","type_instances","data_core","plmaster","slmaster","account_DBs","global_map","universe","paper_tag_whitelist","paper_blacklist","BLINDBLOCK","DEAFBLOCK","HULKBLOCK","TELEBLOCK","FIREBLOCK","XRAYBLOCK","CLUMSYBLOCK","FAKEBLOCK","COUGHBLOCK","GLASSESBLOCK","EPILEPSYBLOCK","TWITCHBLOCK","NERVOUSBLOCK","MONKEYBLOCK","BLOCKADD","DIFFMUT","HEADACHEBLOCK","NOBREATHBLOCK","REMOTEVIEWBLOCK","REGENERATEBLOCK","INCREASERUNBLOCK","REMOTETALKBLOCK","MORPHBLOCK","COLDBLOCK","HALLUCINATIONBLOCK","NOPRINTSBLOCK","SHOCKIMMUNITYBLOCK","SMALLSIZEBLOCK","LISPBLOCK","MUTEBLOCK","RADBLOCK","FATBLOCK","CHAVBLOCK","SWEDEBLOCK","SCRAMBLEBLOCK","TOXICFARTBLOCK","STRONGBLOCK","HORNSBLOCK","SMILEBLOCK","ELVISBLOCK","SOBERBLOCK","PSYRESISTBLOCK","FARSIGHTBLOCK","CHAMELEONBLOCK","CRYOBLOCK","EATBLOCK","JUMPBLOCK","MELTBLOCK","EMPATHBLOCK","SUPERFARTBLOCK","IMMOLATEBLOCK","POLYMORPHBLOCK","LOUDBLOCK","WHISPERBLOCK","DIZZYBLOCK","SANSBLOCK","NOIRBLOCK","skipupdate","eventchance","event","hadevent","blobevent","starticon","midicon","endicon","diary","diaryofmeanpeople","admin_diary","href_logfile","station_name","game_version","changelog_hash","game_year","going","master_mode","secret_force_mode","host","aliens_allowed","ooc_allowed","dooc_allowed","traitor_scaling","dna_ident","abandon_allowed","enter_allowed","guests_allowed","shuttle_frozen","shuttle_left","tinted_weldhelh","jobMax","bombers","admin_log","lastsignalers","lawchanges","shuttles","reg_dna","CELLRATE","CHARGELEVEL","WORLD_X_OFFSET","WORLD_Y_OFFSET","shuttle_z","airtunnel_start","airtunnel_stop","airtunnel_bottom","monkeystart","wizardstart","newplayer_start","latejoin","assistant_latejoin","prisonwarp","holdingfacility","xeno_spawn","endgame_safespawns","endgame_exits","tdome1","tdome2","tdomeobserve","tdomeadmin","prisonsecuritywarp","prisonwarped","blobstart","ninjastart","cardinal","diagonal","alldirs","universal_cult_chat","start_state","config","combatlog","IClog","OOClog","adminlog","suspend_alert","Debug","Debug2","debugobj","mods","wavesecret","gravity_is_on","shuttlecoming","join_motd","forceblob","polarstar","nanomanager","sqladdress","sqlport","sqldb","sqllogin","sqlpass","sqlfdbkdb","sqlfdbklogin","sqlfdbkpass","sqllogging","forumsqladdress","forumsqlport","forumsqldb","forumsqllogin","forumsqlpass","forum_activated_group","forum_authenticated_group","fileaccess_timer","custom_event_msg","dbcon","dbcon_old","recall_time_limit","score","trash_items","decals","on_login","on_ban","on_unban","plugins","space_gas","announcement_intercom","sortedAreas","bomberman_mode","bomberman_hurt","bomberman_destroy","volunteer_gladiators","ready_gladiators","never_gladiators","achievements","end_icons","arena_leaderboard","arena_rounds","arena_top_score","endgame_info_logged","explosion_newmethod","snake_station_highscores","snake_best_players","minesweeper_station_highscores","minesweeper_best_players","nanocoins_rates","nanocoins_lastchange","speciesinit","minimapinit","stat_collection","hardcore_mode","mineral_turfs","static_list","grayscale","adminblob_icon","adminblob_size","adminblob_beat","parallax_initialized","space_color","parallax_icon","ai_names","wizard_first","wizard_second","ninja_titles","ninja_names","commando_names","first_names_male","first_names_female","last_names","clown_names","verbs","adjectives","vox_name_syllables","golem_names","borer_names","disable_scrubbers","disable_vents","Space_Tile","MAX_EXPLOSION_RANGE","BODY_PARTS","BODY_COVER_VALUE_LIST","NOIRMATRIX","bad_changing_colour_ckeys","global_mutations","scarySounds","tachycardics","bradycardics","heartstopper","cheartstopper","RESTRICTED_CAMERA_NETWORKS","default_colour_matrix","panicfile","failed_db_connections","failed_old_db_connections","cmp_field","DummyCache","genders","clients","admins","directory","mixed_modes","player_list","mob_list","living_mob_list","dead_mob_list","observers","areas","turfs","chemical_reactions_list","chemical_reagents_list","landmarks_list","surgery_steps","mechas_list","poster_designs","underwear_m","underwear_f","backbaglist","hit_appends","table_recipes","med_hud_users","sec_hud_users","escape_list","church_name","command_name","religion_name","syndicate_name","syndicate_code_phrase","syndicate_code_response","watt_suffixes","number_digits","number_tens","number_units","existing_typesof_cache","common_tools","WALLITEMS","sortInstance","hooks","ventcrawl_machinery","catcher","parallax_on_clients","unstackable_pipes","bent_dirs","pipeID2State","nlist","straight_pipes","bent_pipes","manifold_pipes","heat_pipes","failsafe","garbageCollector","soft_dels","master_controller","last_tick_duration","air_processing_killed","pipe_processing_killed","machine_profiling","emergency_shuttle","active_diseases","events","fast_machines","html_machines","machines","object_profiling","processing_objects","pipe_networks","atmos_machines","on_pipenet_tick","power_machinery_profiling","power_machines","powernets","cable_list","tickerProcess","__btime__lastTimeOfHour","__btime__callCount","__btime__lastTick","processScheduler","randomize_laws","base_law_type","mommi_base_law_type","diseases","map_elements","modules","sun","all_supply_groups","uplink_items","archive_diseases","advance_cures","list_symptoms","dictionary_symptoms","animal_butchering_products","revdata","same_wires","wireColours","PDA_Manifest","vox_sounds","vox_wordlen","outbreak_level_words","spawned_surprises","max_secret_rooms","del_profiling","gdel_profiling","ghdel_profiling","current_centcomm_order_id","all_radios","radiochannels","radiochannelsreverse","CENT_FREQS","radio_controller","pointers","response_team_members","send_emergency_team","ert_base_chance","can_call_ert","nextDecTalkDelay","lastDecTalkUse","freqtospan","freqtoname","ghostimg","resethearers","smoothable_unsims","socket_talk","shatter_sound","explosion_sound","small_explosion_sound","spark_sound","rustle_sound","punch_sound","clown_sound","swing_hit_sound","hiss_sound","page_sound","mechstep_sound","gib_sound","mommicomment_sound","polaroid_sound","male_scream_sound","female_scream_sound","male_cough_sound","female_cough_sound","lightning_sound","soulstone_sound","supply_shuttle","mechtoys","ignored_keys","moved_landmarks","transparent_icons","teleportlocs","ghostteleportlocs","adminbusteleportlocs","centcom_areas","the_station_areas","dna_activity_bounds","assigned_gene_blocks","assigned_blocks","dna_genes","good_blocks","bad_blocks","skin_styles_female_list","hair_styles_list","hair_styles_male_list","hair_styles_female_list","facial_hair_styles_list","facial_hair_styles_male_list","facial_hair_styles_female_list","noir_master","ticker","potential_theft_objectives","blobs","blob_cores","blob_nodes","blob_resources","blob_overminds","blob_looks","possible_changeling_IDs","hivemind_bank","powers","powerinstances","narsie_behaviour","narsie_cometh","narsie_list","mr_clean_targets","cultwords","runedec","engwords","rnwords","rune_list","snow_recipes","Holiday","blob_candidates","mixed_allowed","bomb_set","hsboxspawn","hrefs","banned_sandbox_types","all_jobs","job_master","assistant_occupations","command_positions","engineering_positions","medical_positions","science_positions","civilian_positions","cargo_positions","security_positions","nonhuman_positions","misc_positions","whitelist","alien_whitelist","firealarms","cryo_health_indicator","doppler_arrays","flashers","holosigns","igniters","multitool_var_whitelist","mass_drivers","news_network","allCasters","req_console_assistance","req_console_supplies","req_console_information","allConsoles","status_displays","ai_emotions","status_display_images","num_vending_terminals","floorbot_targets","mulebot_count","camera_names","tv_monitors","shuttle_calls","prison_shuttle_moving_to_station","prison_shuttle_moving_to_prison","prison_shuttle_at_station","prison_shuttle_can_send","prison_shuttle_time","prison_shuttle_timeleft","specops_shuttle_moving_to_station","specops_shuttle_moving_to_centcom","specops_shuttle_at_station","specops_shuttle_can_send","specops_shuttle_time","specops_shuttle_timeleft","syndicate_elite_shuttle_moving_to_station","syndicate_elite_shuttle_moving_to_mothership","syndicate_elite_shuttle_at_station","syndicate_elite_shuttle_can_send","syndicate_elite_shuttle_time","syndicate_elite_shuttle_timeleft","taxi_computers","all_doors","alert_overlays_global","poddoors","recentmessages","message_delay","telecomms_list","word_to_uristrune_table","uristrune_cache","explosion_shake_message_cooldown","explosion_turfs","explosion_in_progress","blood_overlays","reagents_to_log","BUMP_TELEPORTERS","portal_cache","splatter_cache","blood_list","fluidtrack_cache","beacons","all_graffitis","deskbell_default_frequencies","deskbell_freq_cargo","deskbell_freq_hop","deskbell_freq_medbay","deskbell_freq_brig","deskbell_freq_rnd","camera_bugs","pda_app_menus","chatrooms","PDAs","available_paintings","cable_recipes","metal_recipes","plasteel_recipes","wood_recipes","cardboard_recipes","sandstone_recipes","diamond_recipes","uranium_recipes","plasma_recipes","plastic_recipes","gold_recipes","phazon_recipes","silver_recipes","clown_recipes","charcoal_recipes","lightfloor_colors","moneytypes","cached_icons","tracking_implants","bottle_colour_choices","hidden_doors","all_docking_ports","ladders","cargo_shuttle","escape_shuttle","mining_shuttle","arrival_shuttle","transport_shuttle","admin_shuttle","research_shuttle","salvage_shuttle","syndicate_shuttle","taxi_a","taxi_b","trade_shuttle","vox_shuttle","voxresearch_shuttle","icons_to_ignore_at_floor_init","plating_icons","wood_icons","w_overlays","_flatIcons","directional","exception","directional_turfs","BSACooldown","floorIsLava","admin_shuttle_location","alien_ship_location","investigations","admin_ranks","admin_verbs_default","admin_verbs_admin","admin_verbs_ban","admin_verbs_sounds","admin_verbs_fun","admin_verbs_spawn","admin_verbs_server","admin_verbs_debug","admin_verbs_possess","admin_verbs_permissions","admin_verbs_rejuv","admin_verbs_hideable","admin_verbs_mod","appearanceban_runonce","appearance_keylist","jobban_runonce","jobban_keylist","oocban_keylist","admin_datums","CMinutes","Banlist","Banlistjob","adminhelp_ignored_words","checked_for_inactives","inactive_keys","blood_virus_spreading_disabled","camera_range_display_status","intercom_range_display_status","prevent_airgroup_regroup","say_disabled","movement_disabled","movement_disabled_exception","forbidden_varedit_object_types","PROFILING_VERBS","sent_strike_team","sent_syndicate_strike_team","vox_tick","assembly_short_name_to_type","comparison_circuit_operations","math_circuit_operations_list","automation_types","gas_labels","existing_away_missions","awaydestinations","away_mission_subtypes","gateways","maploader","_preloader","swapmaps_iconcache","swapmaps_mode","swapmaps_compiled_maxx","swapmaps_compiled_maxy","swapmaps_compiled_maxz","swapmaps_initialized","swapmaps_loaded","swapmaps_byname","bombermangear","arenas","arena_spawnpoints","preferences_datums","special_roles","antag_roles","nonantag_roles","role_wiki","current_date_string","num_financial_terminals","num_financial_database","num_vending_machines","num_pda_terminals","num_merch_computers","station_account","department_accounts","next_account_number","centcomm_account_db","vendor_account","all_money_accounts","setup_economy","weighted_randomevent_locations","weighted_mundaneevent_locations","station_departments","current_pos_id","pos_sales","wages_enabled","roundstart_enable_wages","event_last_fired","allEvents","potentialRandomEvents","eventTimeLower","eventTimeUpper","scheduledEvent","vox_kills","vox_sent","raiders","thing_storm_types","watchdog","non_fakeattack_weapons","deepFriedEverything","deepFriedNutriment","foodNesting","recursiveFood","ingredientLimit","wizard_cards_rare","wizard_cards_normal","adv_camera","crewmonitor","vote","plant_controller","seed_types","gene_tag_masks","library_catalog","library_section_names","liquid_delay","puddles","global_playlists","loopModeNames","media_receivers","media_transmitters","migration_controller_mysql","migration_controller_sqlite","valid_abandoned_crate_types","material_list","initial_materials","name_to_mineral","mining_surprises","FUCK","slot_equipment_priority","intents","boo_phrases","boo_phrases_drugs","boo_phrases_silicon","virtualhearers","stationary_hearers","coldwarning_light","coldwarning_hard","department_radio_keys","language_keys","all_languages","all_species","whitelisted_species","unconscious_overlays","oxyloss_overlays","brutefireloss_overlays","organ_damage_overlays","damage_icon_parts","cover_protection_value_list","ai_list","announcing_vox","vox_digits","vox_tens","vox_units","cameranet","paiController","borer_chem_types_head","borer_chem_types_chest","borer_chem_types_arm","borer_chem_types_leg","borer_unlock_types_head","borer_unlock_types_chest","borer_unlock_types_arm","borer_unlock_types_leg","animal_count","nest_locations","crate_mimic_disguises","item_mimic_disguises","protected_objects","spider_types","photocollector_list","prism_list","mirror_list","paper_folding_results","paperwork","paperwork_library","battery_charge","battery_charging","battery_online","alllights","powernets_broke","solars_list","rad_collectors","field_gen_list","bullet_master","impact_master","available_staff_transforms","beam_master","existing_vaults","disposalpipeID2State","paint_variants","chifir_doesnt_remove","tonio_doesnt_remove","LOGGED_SPLASH_REAGENTS","valid_random_food_types","cockroach_egg_amount","charcoal_doesnt_remove","message_servers","blackbox","rnd_machines","design_list","tech_list","hidden_tech","responsive_carriers","finds_as_strings","authenticators","maint_all_access","spells","centcomm_store","GPS_list","SPS_list","secure_GPS_count","nukedisk","telesci_warnings","ANTIGENS","disease2_list","virusDB","compatible_mobs","buildmodeholders","newscaster_standard_feeds","announced_news_types","allfaxes","alldepartments","atmos_controllers","ul_FastRoot","sharing_lookup_table","air_master","tick_multiplier","assigned","created","merged","invalid_zone","air_blocked","zone_blocked","blocked","mark","zas_settings","contamination_overlay","accessable_z_levels","sc_safecode1","sc_safecode2","sc_safecode3","sc_safecode4","sc_safecode5")
|