diff --git a/code/_onclick/hud/alert_vr.dm b/code/_onclick/hud/alert_vr.dm index 9c033219f4f..19310ad3150 100644 --- a/code/_onclick/hud/alert_vr.dm +++ b/code/_onclick/hud/alert_vr.dm @@ -6,13 +6,13 @@ desc = "You overdrank! If you don't exercise soon, you might find yourself gaining weight." /obj/screen/alert/fat/synth - name = "Overcharged" + name = "Overcharged" /obj/screen/alert/hungry/vampire desc = "You could use a bloodpack or two." /obj/screen/alert/hungry/synth - name = "Undercharged" + name = "Undercharged" /obj/screen/alert/starving desc = "You're extremely hungry. The hunger pains make moving around a chore." @@ -21,5 +21,5 @@ desc = "You are starving! Without some blood, moving around is a pain." /obj/screen/alert/starving/synth - name = "Low Power" + name = "Low Power" desc = "Your battery is very low! Low power mode makes all movements slower."