HUD wording fix

This commit is contained in:
Markolie
2015-01-30 16:53:36 +01:00
parent 895063b095
commit 6a2c1e59fa
+2 -2
View File
@@ -267,8 +267,8 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
/mob/dead/observer/verb/toggle_medHUD()
set category = "Ghost"
set name = "Toggle HUD"
set desc = "Toggles the security and medical HUD."
set name = "Toggle MedicHUD"
set desc = "Toggles the medical HUD."
if(!client)
return
if(medHUD)