[MIRROR] Minor fixes to belly fullscreens (#6779)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: Raeschen <rycoop29@gmail.com>
This commit is contained in:
CHOMPStation2
2023-08-13 23:11:38 -07:00
committed by GitHub
parent cbbe485faf
commit 0078d339cc
3 changed files with 14 additions and 8 deletions

View File

@@ -270,6 +270,7 @@
autowhisper_display.name = "autowhisper"
autowhisper_display.screen_loc = ui_under_health
hud_elements |= autowhisper_display
other |= autowhisper_display
var/obj/screen/aw = new /obj/screen()
aw.icon = 'icons/mob/screen/minimalist.dmi'
@@ -277,6 +278,7 @@
aw.name = "autowhisper mode"
aw.screen_loc = ui_under_health
hud_elements |= aw
other |= aw
aw = new /obj/screen()
aw.icon = 'icons/mob/screen/minimalist.dmi'
@@ -284,6 +286,7 @@
aw.name = "check known languages"
aw.screen_loc = ui_under_health
hud_elements |= aw
other |= aw
aw = new /obj/screen()
aw.icon = 'icons/mob/screen/minimalist.dmi'
@@ -291,6 +294,7 @@
aw.name = "set pose"
aw.screen_loc = ui_under_health
hud_elements |= aw
other |= aw
aw = new /obj/screen()
aw.icon = 'icons/mob/screen/minimalist.dmi'
@@ -298,6 +302,7 @@
aw.name = "move upwards"
aw.screen_loc = ui_under_health
hud_elements |= aw
other |= aw
aw = new /obj/screen()
aw.icon = 'icons/mob/screen/minimalist.dmi'
@@ -305,6 +310,7 @@
aw.name = "move downwards"
aw.screen_loc = ui_under_health
hud_elements |= aw
other |= aw
aw = new /obj/screen()
aw.icon = HUD.ui_style