mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-28 23:27:04 +01:00
overmap no longer uses a list for movement speed (#4915)
Co-authored-by: silicons <no@you.cat>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user