Rename Shuttle.dm to shuttle.dm

Changing name directly in Github so it sticks.
This commit is contained in:
Mark van Alphen
2015-02-24 18:52:03 +01:00
parent ae04cce220
commit 534c178c03
+9
View File
@@ -0,0 +1,9 @@
/datum/controller/process/Shuttle/setup()
name = "shuttle controller"
schedule_interval = 20 // every 2 seconds
if(!shuttle_controller)
shuttle_controller = new
/datum/controller/process/Shuttle/doWork()
shuttle_controller.process()