Files
Bubberstation/code/_onclick/hud/constructs.dm
TemporalOroboros edd6500d78 /obj/screen --> /atom/movable/screen (#54403)
Repaths screen objects to /atom/movable
2020-11-08 23:07:15 -03:00

16 lines
402 B
Plaintext

/datum/hud/constructs
ui_style = 'icons/hud/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()
pull_icon.screen_loc = ui_construct_pull
pull_icon.hud = src
static_inventory += pull_icon
healths = new /atom/movable/screen/healths/construct()
healths.hud = src
infodisplay += healths