Last fixes

This commit is contained in:
Tigercat2000
2015-12-17 18:38:13 -08:00
parent b085bf8bab
commit 1ff3d20075
5 changed files with 10 additions and 16 deletions
+3 -3
View File
@@ -3,7 +3,7 @@
- [Shuttle system](#shuttle-system)
- [Introduction](#introduction)
- [Docking ports](#docking-ports)
- [/obj/docking_port](#objdockingport)
- [/obj/docking_port](#obj-docking_port)
- [Variables](#variables)
- [/obj/docking_port/mobile](#objdockingportmobile)
- [/obj/docking_port/mobile](#objdockingportmobile)
@@ -29,7 +29,7 @@ Shuttles are used for many purposes, including the end of rounds, so it's import
understand them.
## Docking ports
### /obj/docking_port
### obj docking_port
The `/obj/docking_port` type is the primary component of the shuttle system. Almost all of
the shuttle system is controlled by the docking ports, the only thing that isn't, really,
is the shuttle manager, which manages, you guessed it, the docking ports.
@@ -145,4 +145,4 @@ not yet created when `New()` is called.
To fix this issue, all docking ports will not initialize automatically on `New()`.
Instead, they are manually initialized by the shuttle controller when it is created, via
a proc called `initialize()`.
a proc called `initialize()`.