mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-23 04:36:45 +01:00
9 lines
233 B
Plaintext
9 lines
233 B
Plaintext
/datum/hud/alien/New(mob/living/carbon/alien/humanoid/owner)
|
|
. = ..()
|
|
var/atom/movable/screen/using
|
|
|
|
using = new /atom/movable/screen/navigate
|
|
using.screen_loc = ui_alien_navigate_menu
|
|
using.hud = src
|
|
static_inventory += using
|