Skip to content

Commit

Permalink
Moves some LC13 essential structures to their own files [DONE] (#2591)
Browse files Browse the repository at this point in the history
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.
<!-- Please add a short description of why you think these changes would benefit the game. If you can't justify it in words, it might not be worth adding. -->

## 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:
  • Loading branch information
InsightfulParasite authored Dec 16, 2024
1 parent 88bf722 commit 1464348
Show file tree
Hide file tree
Showing 35 changed files with 33 additions and 33 deletions.
File renamed without changes.
66 changes: 33 additions & 33 deletions lobotomy-corp13.dme
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 1464348

Please sign in to comment.