now shit just isn't fucking undocking...

This commit is contained in:
Aurorablade
2016-09-22 18:04:42 -04:00
parent d6932a737f
commit 96a0e3cbb2
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -373,9 +373,10 @@
if(!T0)
continue
for(var/atom/AM in T0.GetAllContents())
for(var/AM in T0.GetAllContents())
if(istype(AM, /mob/dead))
continue
world << "[AM]"
qdel(AM)
T0.ChangeTurf(turf_type)
+2 -1
View File
@@ -107,7 +107,6 @@
for(var/i in shuttle_master.mobile)
var/obj/docking_port/mobile/M = i
var/list/L = list()
to_chat(usr, "[M.id]")
L["name"] = M.name
L["id"] = M.id
L["timer"] = M.timer
@@ -246,6 +245,8 @@
WARNING(m)
throw EXCEPTION(m)
existing_shuttle.jumpToNullSpace()
var/result = preview_shuttle.canDock(D)
// truthy value means that it cannot dock for some reason
// but we can ignore the someone else docked error because we'll