mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Shuttle console shows scan of area around navpoint (#17829)
* map program, holomap init order
* huh
* programz
* program defines
* hmm.......
* a
* map 😩
* sane code, zoom
* holo_minimaps -> minimaps
* o
* remove station holomap stuff
* changelog, shitcode, mapping
* c
* o
* minus
* generate_all_minimaps()
* holomap init order
* tests rerun please
* tests rerun please
* aurora station_map removal
* shuttle control minimap
* feTurbulence baseFrequency random
* filters, idk
* 1
* c
* cc
* x y
* remove regeneration of minimaps
---------
Co-authored-by: DreamySkrell <>
This commit is contained in:
co-authored by
DreamySkrell <>
parent
185b4eda58
commit
7e1c4075f9
@@ -38,6 +38,9 @@
|
||||
|
||||
. += list(
|
||||
"destination_name" = shuttle.get_destination_name(),
|
||||
"destination_map_image" = shuttle.next_location ? SSholomap.minimaps_scan_base64[shuttle.next_location.z] : null,
|
||||
"destination_x" = shuttle.next_location?.x,
|
||||
"destination_y" = shuttle.next_location?.y,
|
||||
"can_pick" = shuttle.moving_status == SHUTTLE_IDLE,
|
||||
"fuel_usage" = shuttle.fuel_consumption * 100,
|
||||
"remaining_fuel" = round(total_gas, 0.01) * 100,
|
||||
|
||||
Reference in New Issue
Block a user