Files
Mosley 24c0a1314f some fixes
I have no idea if these works, this just allows the server to compile
2025-04-24 17:18:02 -05:00

9 lines
217 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
static_inventory += using