From 14643484ff75047de2fa5ef6549bf168a37527aa Mon Sep 17 00:00:00 2001 From: InsightfulParasite <109536843+InsightfulParasite@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:50:49 -0500 Subject: [PATCH] Moves some LC13 essential structures to their own files [DONE] (#2591) Moves some LC13 essential structures to their own files ## About The Pull Request Sloppily moves two lc13 structures that shouldnt cause conflicts to their own folder in ModularTegustation. Created a lc13_computer folder for our various computers. I tried to keep this small to avoid conflicts and atomize changes. Ill likely do small movements of sprites from random files to our dmi's. ## Why It's Good For The Game Assists with keeping LC13 code in a more recognizable spot rather than scattered about. ## Changelog :cl: refractor: move regenerator.dm & _adventure_console folder into lc13_obj refractor: move into abnormality computer consoles into their own lc13_computer folder /:cl: --- .../adventure_events/_event.dm | 0 .../abnormality/aleph/giant.dm | 0 .../abnormality/he/tsa_woods.dm | 0 .../abnormality/teth/forsaken_murderer.dm | 0 .../abnormality/teth/old_lady.dm | 0 .../abnormality/teth/scorched_girl.dm | 0 .../abnormality/waw/thunder_bird.dm | 0 .../adventure_events/general/jazz_end.dm | 0 .../adventure_events/general/legacy.dm | 0 .../adventure_events/general/quiz.dm | 0 .../adventure_events/general/sinking_bell.dm | 0 .../limbus_company/allaround_cleaner.dm | 0 .../limbus_company/ambling_pearl.dm | 0 .../limbus_company/ardor_blossom.dm | 0 .../limbus_company/blubbering_toad.dm | 0 .../limbus_company/chicken_strife.dm | 0 .../limbus_company/coffin_return.dm | 0 .../limbus_company/fourthfront_smokewar.dm | 0 .../limbus_company/golden_grip.dm | 0 .../adventure_events/limbus_company/kqe.dm | 0 .../limbus_company/lost_mind.dm | 0 .../limbus_company/monkey_tree.dm | 0 .../adventure_events/limbus_company/nymph.dm | 0 .../limbus_company/poultry_passion_tango.dm | 0 .../adventure_events/limbus_company/readme.md | 0 .../_adventure_console/adventure_layout.dm | 0 .../_adventure_console/console.dm | 0 .../lc13_computers}/abnormality_archive.dm | 0 .../lc13_computers}/abnormality_auxiliary.dm | 0 .../lc13_computers}/abnormality_ego.dm | 0 .../lc13_computers}/abnormality_logs.dm | 0 .../lc13_computers}/abnormality_queue.dm | 0 .../lc13_computers}/abnormality_work.dm | 0 .../lc13_obj}/regenerator.dm | 0 lobotomy-corp13.dme | 66 +++++++++---------- 35 files changed, 33 insertions(+), 33 deletions(-) rename ModularTegustation/{ => lc13_obj}/_adventure_console/adventure_events/_event.dm (100%) rename ModularTegustation/{ => lc13_obj}/_adventure_console/adventure_events/abnormality/aleph/giant.dm (100%) rename ModularTegustation/{ => lc13_obj}/_adventure_console/adventure_events/abnormality/he/tsa_woods.dm (100%) rename ModularTegustation/{ => lc13_obj}/_adventure_console/adventure_events/abnormality/teth/forsaken_murderer.dm (100%) rename ModularTegustation/{ => lc13_obj}/_adventure_console/adventure_events/abnormality/teth/old_lady.dm (100%) rename ModularTegustation/{ => lc13_obj}/_adventure_console/adventure_events/abnormality/teth/scorched_girl.dm (100%) rename ModularTegustation/{ => lc13_obj}/_adventure_console/adventure_events/abnormality/waw/thunder_bird.dm (100%) rename ModularTegustation/{ => lc13_obj}/_adventure_console/adventure_events/general/jazz_end.dm (100%) rename ModularTegustation/{ => lc13_obj}/_adventure_console/adventure_events/general/legacy.dm (100%) rename ModularTegustation/{ => lc13_obj}/_adventure_console/adventure_events/general/quiz.dm (100%) rename ModularTegustation/{ => lc13_obj}/_adventure_console/adventure_events/general/sinking_bell.dm (100%) rename ModularTegustation/{ => lc13_obj}/_adventure_console/adventure_events/limbus_company/allaround_cleaner.dm (100%) rename ModularTegustation/{ => lc13_obj}/_adventure_console/adventure_events/limbus_company/ambling_pearl.dm (100%) rename ModularTegustation/{ => lc13_obj}/_adventure_console/adventure_events/limbus_company/ardor_blossom.dm (100%) rename ModularTegustation/{ => lc13_obj}/_adventure_console/adventure_events/limbus_company/blubbering_toad.dm (100%) rename ModularTegustation/{ => lc13_obj}/_adventure_console/adventure_events/limbus_company/chicken_strife.dm (100%) rename ModularTegustation/{ => lc13_obj}/_adventure_console/adventure_events/limbus_company/coffin_return.dm (100%) rename ModularTegustation/{ => lc13_obj}/_adventure_console/adventure_events/limbus_company/fourthfront_smokewar.dm (100%) rename ModularTegustation/{ => lc13_obj}/_adventure_console/adventure_events/limbus_company/golden_grip.dm (100%) rename ModularTegustation/{ => lc13_obj}/_adventure_console/adventure_events/limbus_company/kqe.dm (100%) rename ModularTegustation/{ => lc13_obj}/_adventure_console/adventure_events/limbus_company/lost_mind.dm (100%) rename ModularTegustation/{ => lc13_obj}/_adventure_console/adventure_events/limbus_company/monkey_tree.dm (100%) rename ModularTegustation/{ => lc13_obj}/_adventure_console/adventure_events/limbus_company/nymph.dm (100%) rename ModularTegustation/{ => lc13_obj}/_adventure_console/adventure_events/limbus_company/poultry_passion_tango.dm (100%) rename ModularTegustation/{ => lc13_obj}/_adventure_console/adventure_events/limbus_company/readme.md (100%) rename ModularTegustation/{ => lc13_obj}/_adventure_console/adventure_layout.dm (100%) rename ModularTegustation/{ => lc13_obj}/_adventure_console/console.dm (100%) rename {code/game/machinery/computer => ModularTegustation/lc13_obj/lc13_computers}/abnormality_archive.dm (100%) rename {code/game/machinery/computer => ModularTegustation/lc13_obj/lc13_computers}/abnormality_auxiliary.dm (100%) rename {code/game/machinery/computer => ModularTegustation/lc13_obj/lc13_computers}/abnormality_ego.dm (100%) rename {code/game/machinery/computer => ModularTegustation/lc13_obj/lc13_computers}/abnormality_logs.dm (100%) rename {code/game/machinery/computer => ModularTegustation/lc13_obj/lc13_computers}/abnormality_queue.dm (100%) rename {code/game/machinery/computer => ModularTegustation/lc13_obj/lc13_computers}/abnormality_work.dm (100%) rename {code/game/machinery => ModularTegustation/lc13_obj}/regenerator.dm (100%) diff --git a/ModularTegustation/_adventure_console/adventure_events/_event.dm b/ModularTegustation/lc13_obj/_adventure_console/adventure_events/_event.dm similarity index 100% rename from ModularTegustation/_adventure_console/adventure_events/_event.dm rename to ModularTegustation/lc13_obj/_adventure_console/adventure_events/_event.dm diff --git a/ModularTegustation/_adventure_console/adventure_events/abnormality/aleph/giant.dm b/ModularTegustation/lc13_obj/_adventure_console/adventure_events/abnormality/aleph/giant.dm similarity index 100% rename from ModularTegustation/_adventure_console/adventure_events/abnormality/aleph/giant.dm rename to ModularTegustation/lc13_obj/_adventure_console/adventure_events/abnormality/aleph/giant.dm diff --git a/ModularTegustation/_adventure_console/adventure_events/abnormality/he/tsa_woods.dm b/ModularTegustation/lc13_obj/_adventure_console/adventure_events/abnormality/he/tsa_woods.dm similarity index 100% rename from ModularTegustation/_adventure_console/adventure_events/abnormality/he/tsa_woods.dm rename to ModularTegustation/lc13_obj/_adventure_console/adventure_events/abnormality/he/tsa_woods.dm diff --git a/ModularTegustation/_adventure_console/adventure_events/abnormality/teth/forsaken_murderer.dm b/ModularTegustation/lc13_obj/_adventure_console/adventure_events/abnormality/teth/forsaken_murderer.dm similarity index 100% rename from ModularTegustation/_adventure_console/adventure_events/abnormality/teth/forsaken_murderer.dm rename to ModularTegustation/lc13_obj/_adventure_console/adventure_events/abnormality/teth/forsaken_murderer.dm diff --git a/ModularTegustation/_adventure_console/adventure_events/abnormality/teth/old_lady.dm b/ModularTegustation/lc13_obj/_adventure_console/adventure_events/abnormality/teth/old_lady.dm similarity index 100% rename from ModularTegustation/_adventure_console/adventure_events/abnormality/teth/old_lady.dm rename to ModularTegustation/lc13_obj/_adventure_console/adventure_events/abnormality/teth/old_lady.dm diff --git a/ModularTegustation/_adventure_console/adventure_events/abnormality/teth/scorched_girl.dm b/ModularTegustation/lc13_obj/_adventure_console/adventure_events/abnormality/teth/scorched_girl.dm similarity index 100% rename from ModularTegustation/_adventure_console/adventure_events/abnormality/teth/scorched_girl.dm rename to ModularTegustation/lc13_obj/_adventure_console/adventure_events/abnormality/teth/scorched_girl.dm diff --git a/ModularTegustation/_adventure_console/adventure_events/abnormality/waw/thunder_bird.dm b/ModularTegustation/lc13_obj/_adventure_console/adventure_events/abnormality/waw/thunder_bird.dm similarity index 100% rename from ModularTegustation/_adventure_console/adventure_events/abnormality/waw/thunder_bird.dm rename to ModularTegustation/lc13_obj/_adventure_console/adventure_events/abnormality/waw/thunder_bird.dm diff --git a/ModularTegustation/_adventure_console/adventure_events/general/jazz_end.dm b/ModularTegustation/lc13_obj/_adventure_console/adventure_events/general/jazz_end.dm similarity index 100% rename from ModularTegustation/_adventure_console/adventure_events/general/jazz_end.dm rename to ModularTegustation/lc13_obj/_adventure_console/adventure_events/general/jazz_end.dm diff --git a/ModularTegustation/_adventure_console/adventure_events/general/legacy.dm b/ModularTegustation/lc13_obj/_adventure_console/adventure_events/general/legacy.dm similarity index 100% rename from ModularTegustation/_adventure_console/adventure_events/general/legacy.dm rename to ModularTegustation/lc13_obj/_adventure_console/adventure_events/general/legacy.dm diff --git a/ModularTegustation/_adventure_console/adventure_events/general/quiz.dm b/ModularTegustation/lc13_obj/_adventure_console/adventure_events/general/quiz.dm similarity index 100% rename from ModularTegustation/_adventure_console/adventure_events/general/quiz.dm rename to ModularTegustation/lc13_obj/_adventure_console/adventure_events/general/quiz.dm diff --git a/ModularTegustation/_adventure_console/adventure_events/general/sinking_bell.dm b/ModularTegustation/lc13_obj/_adventure_console/adventure_events/general/sinking_bell.dm similarity index 100% rename from ModularTegustation/_adventure_console/adventure_events/general/sinking_bell.dm rename to ModularTegustation/lc13_obj/_adventure_console/adventure_events/general/sinking_bell.dm diff --git a/ModularTegustation/_adventure_console/adventure_events/limbus_company/allaround_cleaner.dm b/ModularTegustation/lc13_obj/_adventure_console/adventure_events/limbus_company/allaround_cleaner.dm similarity index 100% rename from ModularTegustation/_adventure_console/adventure_events/limbus_company/allaround_cleaner.dm rename to ModularTegustation/lc13_obj/_adventure_console/adventure_events/limbus_company/allaround_cleaner.dm diff --git a/ModularTegustation/_adventure_console/adventure_events/limbus_company/ambling_pearl.dm b/ModularTegustation/lc13_obj/_adventure_console/adventure_events/limbus_company/ambling_pearl.dm similarity index 100% rename from ModularTegustation/_adventure_console/adventure_events/limbus_company/ambling_pearl.dm rename to ModularTegustation/lc13_obj/_adventure_console/adventure_events/limbus_company/ambling_pearl.dm diff --git a/ModularTegustation/_adventure_console/adventure_events/limbus_company/ardor_blossom.dm b/ModularTegustation/lc13_obj/_adventure_console/adventure_events/limbus_company/ardor_blossom.dm similarity index 100% rename from ModularTegustation/_adventure_console/adventure_events/limbus_company/ardor_blossom.dm rename to ModularTegustation/lc13_obj/_adventure_console/adventure_events/limbus_company/ardor_blossom.dm diff --git a/ModularTegustation/_adventure_console/adventure_events/limbus_company/blubbering_toad.dm b/ModularTegustation/lc13_obj/_adventure_console/adventure_events/limbus_company/blubbering_toad.dm similarity index 100% rename from ModularTegustation/_adventure_console/adventure_events/limbus_company/blubbering_toad.dm rename to ModularTegustation/lc13_obj/_adventure_console/adventure_events/limbus_company/blubbering_toad.dm diff --git a/ModularTegustation/_adventure_console/adventure_events/limbus_company/chicken_strife.dm b/ModularTegustation/lc13_obj/_adventure_console/adventure_events/limbus_company/chicken_strife.dm similarity index 100% rename from ModularTegustation/_adventure_console/adventure_events/limbus_company/chicken_strife.dm rename to ModularTegustation/lc13_obj/_adventure_console/adventure_events/limbus_company/chicken_strife.dm diff --git a/ModularTegustation/_adventure_console/adventure_events/limbus_company/coffin_return.dm b/ModularTegustation/lc13_obj/_adventure_console/adventure_events/limbus_company/coffin_return.dm similarity index 100% rename from ModularTegustation/_adventure_console/adventure_events/limbus_company/coffin_return.dm rename to ModularTegustation/lc13_obj/_adventure_console/adventure_events/limbus_company/coffin_return.dm diff --git a/ModularTegustation/_adventure_console/adventure_events/limbus_company/fourthfront_smokewar.dm b/ModularTegustation/lc13_obj/_adventure_console/adventure_events/limbus_company/fourthfront_smokewar.dm similarity index 100% rename from ModularTegustation/_adventure_console/adventure_events/limbus_company/fourthfront_smokewar.dm rename to ModularTegustation/lc13_obj/_adventure_console/adventure_events/limbus_company/fourthfront_smokewar.dm diff --git a/ModularTegustation/_adventure_console/adventure_events/limbus_company/golden_grip.dm b/ModularTegustation/lc13_obj/_adventure_console/adventure_events/limbus_company/golden_grip.dm similarity index 100% rename from ModularTegustation/_adventure_console/adventure_events/limbus_company/golden_grip.dm rename to ModularTegustation/lc13_obj/_adventure_console/adventure_events/limbus_company/golden_grip.dm diff --git a/ModularTegustation/_adventure_console/adventure_events/limbus_company/kqe.dm b/ModularTegustation/lc13_obj/_adventure_console/adventure_events/limbus_company/kqe.dm similarity index 100% rename from ModularTegustation/_adventure_console/adventure_events/limbus_company/kqe.dm rename to ModularTegustation/lc13_obj/_adventure_console/adventure_events/limbus_company/kqe.dm diff --git a/ModularTegustation/_adventure_console/adventure_events/limbus_company/lost_mind.dm b/ModularTegustation/lc13_obj/_adventure_console/adventure_events/limbus_company/lost_mind.dm similarity index 100% rename from ModularTegustation/_adventure_console/adventure_events/limbus_company/lost_mind.dm rename to ModularTegustation/lc13_obj/_adventure_console/adventure_events/limbus_company/lost_mind.dm diff --git a/ModularTegustation/_adventure_console/adventure_events/limbus_company/monkey_tree.dm b/ModularTegustation/lc13_obj/_adventure_console/adventure_events/limbus_company/monkey_tree.dm similarity index 100% rename from ModularTegustation/_adventure_console/adventure_events/limbus_company/monkey_tree.dm rename to ModularTegustation/lc13_obj/_adventure_console/adventure_events/limbus_company/monkey_tree.dm diff --git a/ModularTegustation/_adventure_console/adventure_events/limbus_company/nymph.dm b/ModularTegustation/lc13_obj/_adventure_console/adventure_events/limbus_company/nymph.dm similarity index 100% rename from ModularTegustation/_adventure_console/adventure_events/limbus_company/nymph.dm rename to ModularTegustation/lc13_obj/_adventure_console/adventure_events/limbus_company/nymph.dm diff --git a/ModularTegustation/_adventure_console/adventure_events/limbus_company/poultry_passion_tango.dm b/ModularTegustation/lc13_obj/_adventure_console/adventure_events/limbus_company/poultry_passion_tango.dm similarity index 100% rename from ModularTegustation/_adventure_console/adventure_events/limbus_company/poultry_passion_tango.dm rename to ModularTegustation/lc13_obj/_adventure_console/adventure_events/limbus_company/poultry_passion_tango.dm diff --git a/ModularTegustation/_adventure_console/adventure_events/limbus_company/readme.md b/ModularTegustation/lc13_obj/_adventure_console/adventure_events/limbus_company/readme.md similarity index 100% rename from ModularTegustation/_adventure_console/adventure_events/limbus_company/readme.md rename to ModularTegustation/lc13_obj/_adventure_console/adventure_events/limbus_company/readme.md diff --git a/ModularTegustation/_adventure_console/adventure_layout.dm b/ModularTegustation/lc13_obj/_adventure_console/adventure_layout.dm similarity index 100% rename from ModularTegustation/_adventure_console/adventure_layout.dm rename to ModularTegustation/lc13_obj/_adventure_console/adventure_layout.dm diff --git a/ModularTegustation/_adventure_console/console.dm b/ModularTegustation/lc13_obj/_adventure_console/console.dm similarity index 100% rename from ModularTegustation/_adventure_console/console.dm rename to ModularTegustation/lc13_obj/_adventure_console/console.dm diff --git a/code/game/machinery/computer/abnormality_archive.dm b/ModularTegustation/lc13_obj/lc13_computers/abnormality_archive.dm similarity index 100% rename from code/game/machinery/computer/abnormality_archive.dm rename to ModularTegustation/lc13_obj/lc13_computers/abnormality_archive.dm diff --git a/code/game/machinery/computer/abnormality_auxiliary.dm b/ModularTegustation/lc13_obj/lc13_computers/abnormality_auxiliary.dm similarity index 100% rename from code/game/machinery/computer/abnormality_auxiliary.dm rename to ModularTegustation/lc13_obj/lc13_computers/abnormality_auxiliary.dm diff --git a/code/game/machinery/computer/abnormality_ego.dm b/ModularTegustation/lc13_obj/lc13_computers/abnormality_ego.dm similarity index 100% rename from code/game/machinery/computer/abnormality_ego.dm rename to ModularTegustation/lc13_obj/lc13_computers/abnormality_ego.dm diff --git a/code/game/machinery/computer/abnormality_logs.dm b/ModularTegustation/lc13_obj/lc13_computers/abnormality_logs.dm similarity index 100% rename from code/game/machinery/computer/abnormality_logs.dm rename to ModularTegustation/lc13_obj/lc13_computers/abnormality_logs.dm diff --git a/code/game/machinery/computer/abnormality_queue.dm b/ModularTegustation/lc13_obj/lc13_computers/abnormality_queue.dm similarity index 100% rename from code/game/machinery/computer/abnormality_queue.dm rename to ModularTegustation/lc13_obj/lc13_computers/abnormality_queue.dm diff --git a/code/game/machinery/computer/abnormality_work.dm b/ModularTegustation/lc13_obj/lc13_computers/abnormality_work.dm similarity index 100% rename from code/game/machinery/computer/abnormality_work.dm rename to ModularTegustation/lc13_obj/lc13_computers/abnormality_work.dm diff --git a/code/game/machinery/regenerator.dm b/ModularTegustation/lc13_obj/regenerator.dm similarity index 100% rename from code/game/machinery/regenerator.dm rename to ModularTegustation/lc13_obj/regenerator.dm diff --git a/lobotomy-corp13.dme b/lobotomy-corp13.dme index aad98b8a9014..1119929c9877 100644 --- a/lobotomy-corp13.dme +++ b/lobotomy-corp13.dme @@ -951,7 +951,6 @@ #include "code\game\machinery\recharger.dm" #include "code\game\machinery\rechargestation.dm" #include "code\game\machinery\recycler.dm" -#include "code\game\machinery\regenerator.dm" #include "code\game\machinery\requests_console.dm" #include "code\game\machinery\roulette_machine.dm" #include "code\game\machinery\scan_gate.dm" @@ -976,12 +975,6 @@ #include "code\game\machinery\camera\presets.dm" #include "code\game\machinery\camera\tracking.dm" #include "code\game\machinery\computer\_computer.dm" -#include "code\game\machinery\computer\abnormality_archive.dm" -#include "code\game\machinery\computer\abnormality_auxiliary.dm" -#include "code\game\machinery\computer\abnormality_ego.dm" -#include "code\game\machinery\computer\abnormality_logs.dm" -#include "code\game\machinery\computer\abnormality_queue.dm" -#include "code\game\machinery\computer\abnormality_work.dm" #include "code\game\machinery\computer\aifixer.dm" #include "code\game\machinery\computer\apc_control.dm" #include "code\game\machinery\computer\arcade.dm" @@ -3948,32 +3941,6 @@ #include "ModularTegustation\tegushuttles.dm" #include "ModularTegustation\trusted.dm" #include "ModularTegustation\turfs.dm" -#include "ModularTegustation\_adventure_console\adventure_layout.dm" -#include "ModularTegustation\_adventure_console\console.dm" -#include "ModularTegustation\_adventure_console\adventure_events\_event.dm" -#include "ModularTegustation\_adventure_console\adventure_events\abnormality\aleph\giant.dm" -#include "ModularTegustation\_adventure_console\adventure_events\abnormality\he\tsa_woods.dm" -#include "ModularTegustation\_adventure_console\adventure_events\abnormality\teth\forsaken_murderer.dm" -#include "ModularTegustation\_adventure_console\adventure_events\abnormality\teth\old_lady.dm" -#include "ModularTegustation\_adventure_console\adventure_events\abnormality\teth\scorched_girl.dm" -#include "ModularTegustation\_adventure_console\adventure_events\abnormality\waw\thunder_bird.dm" -#include "ModularTegustation\_adventure_console\adventure_events\general\jazz_end.dm" -#include "ModularTegustation\_adventure_console\adventure_events\general\legacy.dm" -#include "ModularTegustation\_adventure_console\adventure_events\general\quiz.dm" -#include "ModularTegustation\_adventure_console\adventure_events\general\sinking_bell.dm" -#include "ModularTegustation\_adventure_console\adventure_events\limbus_company\allaround_cleaner.dm" -#include "ModularTegustation\_adventure_console\adventure_events\limbus_company\ambling_pearl.dm" -#include "ModularTegustation\_adventure_console\adventure_events\limbus_company\ardor_blossom.dm" -#include "ModularTegustation\_adventure_console\adventure_events\limbus_company\blubbering_toad.dm" -#include "ModularTegustation\_adventure_console\adventure_events\limbus_company\chicken_strife.dm" -#include "ModularTegustation\_adventure_console\adventure_events\limbus_company\coffin_return.dm" -#include "ModularTegustation\_adventure_console\adventure_events\limbus_company\fourthfront_smokewar.dm" -#include "ModularTegustation\_adventure_console\adventure_events\limbus_company\golden_grip.dm" -#include "ModularTegustation\_adventure_console\adventure_events\limbus_company\kqe.dm" -#include "ModularTegustation\_adventure_console\adventure_events\limbus_company\lost_mind.dm" -#include "ModularTegustation\_adventure_console\adventure_events\limbus_company\monkey_tree.dm" -#include "ModularTegustation\_adventure_console\adventure_events\limbus_company\nymph.dm" -#include "ModularTegustation\_adventure_console\adventure_events\limbus_company\poultry_passion_tango.dm" #include "ModularTegustation\altjobtitles\altjobtitles.dm" #include "ModularTegustation\altjobtitles\LC13.dm" #include "ModularTegustation\altjobtitles\outfits.dm" @@ -4089,6 +4056,39 @@ #include "ModularTegustation\hiding\abnormality.dm" #include "ModularTegustation\hiding\closet.dm" #include "ModularTegustation\hiding\turf.dm" +#include "ModularTegustation\lc13_obj\regenerator.dm" +#include "ModularTegustation\lc13_obj\_adventure_console\adventure_layout.dm" +#include "ModularTegustation\lc13_obj\_adventure_console\console.dm" +#include "ModularTegustation\lc13_obj\_adventure_console\adventure_events\_event.dm" +#include "ModularTegustation\lc13_obj\_adventure_console\adventure_events\abnormality\aleph\giant.dm" +#include "ModularTegustation\lc13_obj\_adventure_console\adventure_events\abnormality\he\tsa_woods.dm" +#include "ModularTegustation\lc13_obj\_adventure_console\adventure_events\abnormality\teth\forsaken_murderer.dm" +#include "ModularTegustation\lc13_obj\_adventure_console\adventure_events\abnormality\teth\old_lady.dm" +#include "ModularTegustation\lc13_obj\_adventure_console\adventure_events\abnormality\teth\scorched_girl.dm" +#include "ModularTegustation\lc13_obj\_adventure_console\adventure_events\abnormality\waw\thunder_bird.dm" +#include "ModularTegustation\lc13_obj\_adventure_console\adventure_events\general\jazz_end.dm" +#include "ModularTegustation\lc13_obj\_adventure_console\adventure_events\general\legacy.dm" +#include "ModularTegustation\lc13_obj\_adventure_console\adventure_events\general\quiz.dm" +#include "ModularTegustation\lc13_obj\_adventure_console\adventure_events\general\sinking_bell.dm" +#include "ModularTegustation\lc13_obj\_adventure_console\adventure_events\limbus_company\allaround_cleaner.dm" +#include "ModularTegustation\lc13_obj\_adventure_console\adventure_events\limbus_company\ambling_pearl.dm" +#include "ModularTegustation\lc13_obj\_adventure_console\adventure_events\limbus_company\ardor_blossom.dm" +#include "ModularTegustation\lc13_obj\_adventure_console\adventure_events\limbus_company\blubbering_toad.dm" +#include "ModularTegustation\lc13_obj\_adventure_console\adventure_events\limbus_company\chicken_strife.dm" +#include "ModularTegustation\lc13_obj\_adventure_console\adventure_events\limbus_company\coffin_return.dm" +#include "ModularTegustation\lc13_obj\_adventure_console\adventure_events\limbus_company\fourthfront_smokewar.dm" +#include "ModularTegustation\lc13_obj\_adventure_console\adventure_events\limbus_company\golden_grip.dm" +#include "ModularTegustation\lc13_obj\_adventure_console\adventure_events\limbus_company\kqe.dm" +#include "ModularTegustation\lc13_obj\_adventure_console\adventure_events\limbus_company\lost_mind.dm" +#include "ModularTegustation\lc13_obj\_adventure_console\adventure_events\limbus_company\monkey_tree.dm" +#include "ModularTegustation\lc13_obj\_adventure_console\adventure_events\limbus_company\nymph.dm" +#include "ModularTegustation\lc13_obj\_adventure_console\adventure_events\limbus_company\poultry_passion_tango.dm" +#include "ModularTegustation\lc13_obj\lc13_computers\abnormality_archive.dm" +#include "ModularTegustation\lc13_obj\lc13_computers\abnormality_auxiliary.dm" +#include "ModularTegustation\lc13_obj\lc13_computers\abnormality_ego.dm" +#include "ModularTegustation\lc13_obj\lc13_computers\abnormality_logs.dm" +#include "ModularTegustation\lc13_obj\lc13_computers\abnormality_queue.dm" +#include "ModularTegustation\lc13_obj\lc13_computers\abnormality_work.dm" #include "ModularTegustation\living\damage_procs.dm" #include "ModularTegustation\living\living.dm" #include "ModularTegustation\living\carbon\life.dm"