diff --git a/code/_onclick/hud/hud.dm b/code/_onclick/hud/hud.dm index ba74450b504..103d639189d 100644 --- a/code/_onclick/hud/hud.dm +++ b/code/_onclick/hud/hud.dm @@ -298,7 +298,7 @@ datum/hud/New(mob/owner) if(hud_used && client) if(ishuman(src)) hud_used.show_hud() //Shows the next hud preset - usr << "Switched HUD mode." + usr << "Switched HUD mode. Press F12 to toggle." else usr << "Inventory hiding is currently only supported for human mobs, sorry." else