From fee5eb895ad98e2f81fe8d08dee06596ec7abeef Mon Sep 17 00:00:00 2001 From: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Date: Tue, 1 Sep 2020 11:27:53 +1000 Subject: [PATCH 1/2] Makes the fullness alert more accurate --- code/_onclick/hud/alert_vr.dm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 code/_onclick/hud/alert_vr.dm diff --git a/code/_onclick/hud/alert_vr.dm b/code/_onclick/hud/alert_vr.dm new file mode 100644 index 00000000000..9c033219f4f --- /dev/null +++ b/code/_onclick/hud/alert_vr.dm @@ -0,0 +1,25 @@ +/obj/screen/alert/fat + name = "Full" + desc = "You overate! If you don't exercise soon, you might find yourself gaining weight." + +/obj/screen/alert/fat/vampire + desc = "You overdrank! If you don't exercise soon, you might find yourself gaining weight." + +/obj/screen/alert/fat/synth + name = "Overcharged" + +/obj/screen/alert/hungry/vampire + desc = "You could use a bloodpack or two." + +/obj/screen/alert/hungry/synth + name = "Undercharged" + +/obj/screen/alert/starving + desc = "You're extremely hungry. The hunger pains make moving around a chore." + +/obj/screen/alert/starving/vampire + desc = "You are starving! Without some blood, moving around is a pain." + +/obj/screen/alert/starving/synth + name = "Low Power" + desc = "Your battery is very low! Low power mode makes all movements slower." 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 2/2] 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."