mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 07:20:09 +01:00
Simulated to Unsimulated (#6410)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user