From 76a709cda2ff7500bf3e4eab03738b9ce2f42526 Mon Sep 17 00:00:00 2001 From: Aranclanos Date: Sat, 2 Aug 2014 20:52:22 -0300 Subject: [PATCH] Changes the message of the F12 button to toggle the HUD, adding a string mentioning that you need to use F12 to use it, in case of pressing it by accident. (Yes it happens) --- code/_onclick/hud/hud.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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