Files
Bubberstation/code/_onclick/hud/constructs.dm
SkyratBot e768cef297 [MIRROR] /obj/screen --> /atom/movable/screen (#1646)
* /obj/screen --> /atom/movable/screen

* Update storage.dm

* Update radial.dm

* a

Co-authored-by: TemporalOroboros <TemporalOroboros@gmail.com>
Co-authored-by: Azarak <azarak10@gmail.com>
2020-11-11 04:12:50 +01: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