Simulated to Unsimulated (#6410)

This commit is contained in:
Werner
2019-05-19 16:22:54 +02:00
committed by GitHub
parent 132825cdae
commit 6d8a94d408
55 changed files with 416 additions and 403 deletions
+1 -1
View File
@@ -99,7 +99,7 @@
if(kickstand) return
//these things like space, not turf. Dragging shouldn't weigh you down.
var/static/list/types = typecacheof(list(/turf/space, /turf/simulated/open, /turf/simulated/floor/asteroid))
var/static/list/types = typecacheof(list(/turf/space, /turf/simulated/open, /turf/unsimulated/floor/asteroid))
if(is_type_in_typecache(destination,types) || pulledby)
if(!space_speed)
return 0