Fixes spawn_atom() runtime.

This commit is contained in:
phil235
2016-02-14 23:49:25 +01:00
parent 449c20ec74
commit 4aca9a1529
+2 -1
View File
@@ -620,7 +620,8 @@ var/global/BSACooldown = 0
return
var/chosen = pick_closest_path(object)
if(!chosen)
return
if(ispath(chosen,/turf))
var/turf/T = get_turf(usr.loc)
T.ChangeTurf(chosen)