From 377766b21f90b76f644b30bfa493034c8a7336be Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Fri, 22 May 2020 10:32:30 -0400 Subject: [PATCH] Add missing ghost teleport tooltip --- code/_onclick/hud/ghost.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/_onclick/hud/ghost.dm b/code/_onclick/hud/ghost.dm index 7af541e9d3..f55bcbfacf 100644 --- a/code/_onclick/hud/ghost.dm +++ b/code/_onclick/hud/ghost.dm @@ -43,6 +43,7 @@ /obj/screen/ghost/teleport name = "Teleport" + desc = "Pick an area to teleport to." icon_state = "teleport" /obj/screen/ghost/teleport/Click()