Demodularizing a few reagents, a client var, the rest hud button. (#12329)

This commit is contained in:
Ghom
2020-05-24 22:21:14 +02:00
committed by GitHub
parent 0a6b755eff
commit 07df0102f8
15 changed files with 299 additions and 310 deletions

View File

@@ -241,13 +241,13 @@
using.hud = src
hotkeybuttons += using
//CIT CHANGES - rest and combat mode buttons
using = new /obj/screen/restbutton()
using.icon = tg_ui_icon_to_cit_ui(ui_style)
using = new /obj/screen/rest()
using.icon = ui_style
using.screen_loc = ui_pull_resist
using.hud = src
static_inventory += using
//CIT CHANGES - combat mode buttons
using = new /obj/screen/combattoggle()
using.icon = tg_ui_icon_to_cit_ui(ui_style)
using.screen_loc = ui_combat_toggle