From 41814c6a8250bfcfa2768a4e1a5db8f8a2ef0548 Mon Sep 17 00:00:00 2001 From: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Date: Tue, 1 Sep 2020 11:30:14 +1000 Subject: [PATCH] Fixes indents --- code/_onclick/hud/alert_vr.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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."