Merge pull request #8937 from Heroman3003/fullnotfat

Makes the fullness alert more accurate
This commit is contained in:
Novacat
2020-08-31 22:05:36 -04:00
committed by GitHub
+25
View File
@@ -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."