This commit is contained in:
kevinz000
2019-06-09 02:27:54 -07:00
parent 46c548272c
commit bd335ec3da
2 changed files with 2 additions and 3 deletions

View File

@@ -78,9 +78,8 @@
//Lower right, persistent menu //Lower right, persistent menu
#define ui_drop_throw "EAST-1:28,SOUTH+1:7" #define ui_drop_throw "EAST-1:28,SOUTH+1:7"
#define ui_pull_resist "EAST-2:26,SOUTH+1:7" #define ui_pull_resist "EAST-2:26,SOUTH+1:7"
#define ui_restbutton "EAST-2:26,SOUTH+1:16"
#define ui_movi "EAST-2:26,SOUTH:5" #define ui_movi "EAST-2:26,SOUTH:5"
#define ui_sprintbufferloc "EAST-2:26,SOUTH+1:5" #define ui_sprintbufferloc "EAST-2:26,SOUTH:18"
#define ui_acti "EAST-3:24,SOUTH:5" #define ui_acti "EAST-3:24,SOUTH:5"
#define ui_zonesel "EAST-1:28,SOUTH:5" #define ui_zonesel "EAST-1:28,SOUTH:5"
#define ui_acti_alt "EAST-1:28,SOUTH:5" //alternative intent switcher for when the interface is hidden (F12) #define ui_acti_alt "EAST-1:28,SOUTH:5" //alternative intent switcher for when the interface is hidden (F12)

View File

@@ -240,7 +240,7 @@
//CIT CHANGES - rest and combat mode buttons //CIT CHANGES - rest and combat mode buttons
using = new /obj/screen/restbutton() using = new /obj/screen/restbutton()
using.icon = tg_ui_icon_to_cit_ui(ui_style) using.icon = tg_ui_icon_to_cit_ui(ui_style)
using.screen_loc = ui_restbutton using.screen_loc = ui_pull_resist
static_inventory += using static_inventory += using
using = new /obj/screen/combattoggle() using = new /obj/screen/combattoggle()