diff --git a/code/_onclick/hud/alert_vr.dm b/code/_onclick/hud/alert_vr.dm new file mode 100644 index 0000000000..9c033219f4 --- /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."