mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
16 lines
428 B
Plaintext
16 lines
428 B
Plaintext
/datum/hud/lavaland_elite
|
|
ui_style = 'icons/mob/screen_elite.dmi'
|
|
|
|
/datum/hud/lavaland_elite/New(mob/living/simple_animal/hostile/asteroid/elite)
|
|
..()
|
|
pull_icon = new /obj/screen/pull()
|
|
pull_icon.icon = ui_style
|
|
pull_icon.update_icon()
|
|
pull_icon.screen_loc = ui_living_pull
|
|
pull_icon.hud = src
|
|
static_inventory += pull_icon
|
|
|
|
healths = new /obj/screen/healths/lavaland_elite()
|
|
healths.hud = src
|
|
infodisplay += healths
|