xeno rest button (#77551)

## About The Pull Request
xenos now have a rest button above their combat mode toggle 

## Why It's Good For The Game
xenos can rest, but for some reason it was only a verb and wasn't a hud
button like with humans

## Changelog

🆑
qol: xenos rest verb now is a hud button instead
/🆑
This commit is contained in:
Vincent983
2023-08-13 14:48:10 -06:00
committed by GitHub
parent c2b0d9bf29
commit 7fb73e4b20
3 changed files with 12 additions and 0 deletions
+6
View File
@@ -87,6 +87,12 @@
pull_icon.update_appearance()
pull_icon.screen_loc = ui_above_movement
static_inventory += pull_icon
rest_icon = new /atom/movable/screen/rest(null, src)
rest_icon.icon = ui_style
rest_icon.screen_loc = ui_above_intent
rest_icon.update_appearance()
static_inventory += rest_icon
//begin indicators
+6
View File
@@ -22,6 +22,12 @@
pull_icon.screen_loc = ui_above_movement
hotkeybuttons += pull_icon
rest_icon = new /atom/movable/screen/rest(null, src)
rest_icon.icon = ui_style
rest_icon.screen_loc = ui_above_intent
rest_icon.update_appearance()
static_inventory += rest_icon
using = new/atom/movable/screen/language_menu(null, src)
using.screen_loc = ui_alien_language_menu
static_inventory += using
Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 19 KiB