mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Fixed two compile errors.
This commit is contained in:
@@ -290,7 +290,8 @@ datum/shuttle_controller
|
||||
|
||||
// Just before it leaves, close the damn doors!
|
||||
if(timeleft == 2 || timeleft == 1)
|
||||
for(var/obj/machinery/door/D in end_location)
|
||||
var/area/start_location = locate(/area/shuttle/escape/station)
|
||||
for(var/obj/machinery/door/D in start_location)
|
||||
spawn(0)
|
||||
D.close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user