mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 04:17:33 +01:00
Fix indentations (#17481)
* cbt * AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA * fsadffsda sad * sadfasd * jhn * dsfa * saf * safsad * sda
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user