mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
17 lines
429 B
Plaintext
17 lines
429 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
|