mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user