Fix indentations (#17481)

* cbt

* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

* fsadffsda sad

* sadfasd

* jhn

* dsfa

* saf

* safsad

* sda
This commit is contained in:
Fluffy
2023-10-05 12:15:58 +02:00
committed by GitHub
parent 032853824d
commit 4538e2a7cc
471 changed files with 2670 additions and 2597 deletions
+6 -2
View File
@@ -22,8 +22,12 @@
var/knockdown = TRUE //whether shuttle downs non-buckled_to people when it moves
var/defer_initialisation = FALSE //this shuttle will/won't be initialised automatically. If set to true, you are responsible for initialzing the shuttle manually.
//Useful for shuttles that are initialed by map_template loading, or shuttles that are created in-game or not used.
/**
* This shuttle will/won't be initialised automatically.
* If set to `TRUE`, you are responsible for initialzing the shuttle manually.
* Useful for shuttles that are initialed by map_template loading, or shuttles that are created in-game or not used.
*/
var/defer_initialisation = FALSE
var/logging_home_tag //Whether in-game logs will be generated whenever the shuttle leaves/returns to the landmark with this landmark_tag.
var/logging_access //Controls who has write access to log-related stuff; should correlate with pilot access.