mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user