mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-30 16:16:47 +01:00
8 lines
157 B
Plaintext
8 lines
157 B
Plaintext
/datum/hud/pai/New(mob/owner)
|
|
. = ..()
|
|
var/atom/movable/screen/using
|
|
|
|
// Navigation
|
|
using = new /atom/movable/screen/navigate
|
|
static_inventory += using
|