Files
GS13NG/code/_onclick/hud/constructs.dm
2021-07-29 13:57:19 +03:00

16 lines
402 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.hud = src
pull_icon.update_icon()
pull_icon.screen_loc = ui_construct_pull
static_inventory += pull_icon
healths = new /atom/movable/screen/healths/construct()
healths.hud = src
infodisplay += healths