Cha-cha-cha-changes

Changed the shuttle controller to a datum, changed the appearance of the
labor shuttle, and fixed stackers giving one free stack of each ore.
This commit is contained in:
AlexanderUlanH
2013-11-02 17:01:54 -04:00
parent d7aa9f3b7f
commit 16d17921f9
7 changed files with 29 additions and 27 deletions
+2 -2
View File
@@ -117,7 +117,7 @@ datum/shuttle_controller
world << sound('sound/AI/shuttlecalled.ogg')
proc/move_shuttles()
var/obj/shuttle_manager/s
var/datum/shuttle_manager/s
for(var/t in pods)
s = shuttles[t]
s.move_shuttle()
@@ -143,7 +143,7 @@ datum/shuttle_controller
fake_recall = 0
return 0
else if(timeleft <= 0)
var/obj/shuttle_manager/s = shuttles["escape"]
var/datum/shuttle_manager/s = shuttles["escape"]
s.move_shuttle()
location = DOCKED
settimeleft(SHUTTLELEAVETIME)