Files
BongaTheProto be212c05c4 Now powered by waze™️
this would be helpful in boxed in
2022-10-11 22:40:57 -05:00

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