mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
14 lines
367 B
Plaintext
14 lines
367 B
Plaintext
/datum/hud/constructs
|
|
ui_style = 'icons/mob/screen_construct.dmi'
|
|
|
|
/datum/hud/constructs/New(mob/owner)
|
|
..()
|
|
pull_icon = new /atom/movable/screen/pull()
|
|
pull_icon.icon = ui_style
|
|
pull_icon.update_icon(mymob)
|
|
pull_icon.screen_loc = ui_construct_pull
|
|
static_inventory += pull_icon
|
|
|
|
healths = new /atom/movable/screen/healths/construct()
|
|
infodisplay += healths
|