overmap no longer uses a list for movement speed (#4915)

Co-authored-by: silicons <no@you.cat>
This commit is contained in:
silicons
2023-01-02 17:13:01 +01:00
committed by GitHub
co-authored by silicons
parent 668526322e
commit 63d4ce1bd6
9 changed files with 140 additions and 83 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ SUBSYSTEM_DEF(parallax)
var/obj/effect/overmap/visitable/ship/V = get_overmap_sector(z)
if(!istype(V))
return
if(V.is_still())
if(!V.is_moving())
return
return list(
60,