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)

This commit is contained in:
Aranclanos
2014-08-02 20:52:22 -03:00
parent 6f5e482715
commit 76a709cda2
+1 -1
View File
@@ -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 << "<span class ='info'>Switched HUD mode.</span>"
usr << "<span class ='info'>Switched HUD mode. Press F12 to toggle.</span>"
else
usr << "<span class ='warning'>Inventory hiding is currently only supported for human mobs, sorry.</span>"
else