Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit fde8a17

Browse files
committed
eeee
1 parent 64a2559 commit fde8a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/modules/psionics/interfaces/ui_hub.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
/obj/screen/psi/hub/MouseEntered(location, control, params)
7575
. = ..()
76-
openToolTip(usr, src, params, title = "[owner.mind.name]'s Psi Complexus", content = "<b>Stamina:</b> [(owner.psi.stamina/owner.psi.max_stamina)*100]%\n<b>Heat:</b> [owner.psi.heat]\n<b>Stunned:</b> [owner.psi.stun ? "True" : "False"]\n")
76+
openToolTip(usr, src, params, title = "[owner.mind.name]'s Psi Complexus", content = "<b>Shift Click To Open The Psi Complexus</b>\n<b>Stamina:</b> [(owner.psi.stamina/owner.psi.max_stamina)*100]%\n<b>Heat:</b> [owner.psi.heat]\n<b>Stunned:</b> [owner.psi.stun ? "True" : "False"]\n")
7777

7878
/obj/screen/psi/hub/MouseExited(location, control, params)
7979
. = ..()

0 commit comments

Comments
 (0)