mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
Merge pull request #16038 from SandPoot/fix-lava+borgs
Deals with lava plus a lot of borg stuff
This commit is contained in:
@@ -133,24 +133,27 @@
|
||||
#define ui_construct_pull "EAST,CENTER-2:15"
|
||||
#define ui_construct_health "EAST,CENTER:15"
|
||||
|
||||
// AI
|
||||
#define ui_ai_core "SOUTH:6,WEST"
|
||||
#define ui_ai_camera_list "SOUTH:6,WEST+1"
|
||||
#define ui_ai_track_with_camera "SOUTH:6,WEST+2"
|
||||
#define ui_ai_camera_light "SOUTH:6,WEST+3"
|
||||
#define ui_ai_crew_monitor "SOUTH:6,WEST+4"
|
||||
#define ui_ai_crew_manifest "SOUTH:6,WEST+5"
|
||||
#define ui_ai_alerts "SOUTH:6,WEST+6"
|
||||
#define ui_ai_announcement "SOUTH:6,WEST+7"
|
||||
#define ui_ai_shuttle "SOUTH:6,WEST+8"
|
||||
#define ui_ai_state_laws "SOUTH:6,WEST+9"
|
||||
#define ui_ai_pda_send "SOUTH:6,WEST+10"
|
||||
#define ui_ai_pda_log "SOUTH:6,WEST+11"
|
||||
#define ui_ai_take_picture "SOUTH:6,WEST+12"
|
||||
#define ui_ai_view_images "SOUTH:6,WEST+13"
|
||||
#define ui_ai_sensor "SOUTH:6,WEST+14"
|
||||
#define ui_ai_multicam "SOUTH+1:6,WEST+13"
|
||||
#define ui_ai_add_multicam "SOUTH+1:6,WEST+14"
|
||||
//AI
|
||||
#define ui_ai_core "BOTTOM:6,RIGHT-4"
|
||||
#define ui_ai_shuttle "BOTTOM:6,RIGHT-3"
|
||||
#define ui_ai_announcement "BOTTOM:6,RIGHT-2"
|
||||
#define ui_ai_state_laws "BOTTOM:6,RIGHT-1"
|
||||
#define ui_ai_pda_log "BOTTOM:6,RIGHT"
|
||||
#define ui_ai_pda_send "BOTTOM+1:6,RIGHT"
|
||||
#define ui_ai_language_menu "BOTTOM+1:8,RIGHT-2:30"
|
||||
|
||||
#define ui_ai_crew_monitor "BOTTOM:6,CENTER-1"
|
||||
#define ui_ai_crew_manifest "BOTTOM:6,CENTER"
|
||||
#define ui_ai_alerts "BOTTOM:6,CENTER+1"
|
||||
|
||||
#define ui_ai_view_images "BOTTOM:6,LEFT+4"
|
||||
#define ui_ai_camera_list "BOTTOM:6,LEFT+3"
|
||||
#define ui_ai_track_with_camera "BOTTOM:6,LEFT+2"
|
||||
#define ui_ai_camera_light "BOTTOM:6,LEFT+1"
|
||||
#define ui_ai_sensor "BOTTOM:6,LEFT"
|
||||
#define ui_ai_multicam "BOTTOM+1:6,LEFT+1"
|
||||
#define ui_ai_add_multicam "BOTTOM+1:6,LEFT"
|
||||
#define ui_ai_take_picture "BOTTOM+2:6,LEFT"
|
||||
|
||||
|
||||
// pAI
|
||||
|
||||
@@ -194,7 +194,7 @@
|
||||
|
||||
// Language menu
|
||||
using = new /atom/movable/screen/language_menu
|
||||
using.screen_loc = ui_borg_language_menu
|
||||
using.screen_loc = ui_ai_language_menu
|
||||
using.hud = src
|
||||
static_inventory += using
|
||||
|
||||
|
||||
Reference in New Issue
Block a user