mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 19:39:42 +01:00
DMdocs (#21103)
Progress on DMDocs. PRing progress so far so there's not one mega PR later with 1500 affected files. I want my goddamn highlight text on what all these goddamn procs goddamn do goddamnit. >:( No actual code change anywhere in this PR, only comments. --------- Signed-off-by: Batrachophreno <Batrochophreno@gmail.com>
This commit is contained in:
@@ -62,26 +62,25 @@
|
||||
warehouse_basearea = /area/storage/primary
|
||||
|
||||
/**
|
||||
* This file is the only location in which runtime map areas should be defined.
|
||||
* Each department (or other appropriate grouping) will have its own section that you can jump to with ctrl-f.
|
||||
* For convenience, these groupings are:
|
||||
* CREW_AREAS
|
||||
* COMMAND_AREAS
|
||||
* ENGINEERING_AREAS
|
||||
* MAINTENANCE_AREAS
|
||||
* MEDICAL_AREAS
|
||||
* OPERATIONS_AREAS
|
||||
* SCIENCE_AREAS
|
||||
* SECURITY_AREAS
|
||||
* SERVICE_AREAS
|
||||
* TCOMMS_AREAS
|
||||
* This file is the only location in which runtime map areas should be defined.
|
||||
* Each department (or other appropriate grouping) will have its own section that you can jump to with ctrl-f.
|
||||
* For convenience, these groupings are:
|
||||
* * CREW_AREAS
|
||||
* * COMMAND_AREAS
|
||||
* * ENGINEERING_AREAS
|
||||
* * MAINTENANCE_AREAS
|
||||
* * MEDICAL_AREAS
|
||||
* * OPERATIONS_AREAS
|
||||
* * SCIENCE_AREAS
|
||||
* * SECURITY_AREAS
|
||||
* * SERVICE_AREAS
|
||||
* * TCOMMS_AREAS
|
||||
*
|
||||
* GUIDELINES:
|
||||
* - The Horizon should not have any areas mapped to it which are defined outside this file.
|
||||
* - Any PR that removes all areas of a given definition should also remove that definition from this file.
|
||||
* - No area should exist across multiple decks. Ex., an elevator vestibule on all three decks should have three
|
||||
* child definitions, one for each deck. This is both for organization and for managing area objects like APCs etc.
|
||||
* - Update the groupings list if anything is added/removed.
|
||||
* GUIDELINES:
|
||||
* * The Horizon should not have any areas mapped to it which are defined outside this file.
|
||||
* * Any PR that removes all areas of a given definition should also remove that definition from this file.
|
||||
* * No area should exist across multiple decks. Ex., an elevator vestibule on all three decks should have three child definitions, one for each deck. This is both for organization and for managing area objects like APCs etc.
|
||||
* * Update the groupings list if anything is added/removed.
|
||||
*/
|
||||
|
||||
/// CIVILIAN_AREAS
|
||||
|
||||
Reference in New Issue
Block a user