mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
now shit just isn't fucking undocking...
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user