[MIRROR] /tg/ era language pass

This commit is contained in:
Heroman3003
2023-03-13 15:23:34 +10:00
committed by CHOMPStation2
parent af6e26cfe2
commit 025fac4bf9
35 changed files with 136 additions and 114 deletions

View File

@@ -154,12 +154,12 @@ The box in your backpack has an oxygen tank and gas mask in it."
/obj/screen/alert/fat
name = "Fat"
desc = "You ate too much food, lardass. Run around the station and lose some weight."
name = "Full"
desc = "You've eaten more than you can handle, maybe you should slow down?"
icon_state = "fat"
/obj/screen/alert/fat/vampire
desc = "You drank too much blood, lardass. Run around the station and lose some weight."
desc = "You've had more than enough blood, for now."
icon_state = "v_fat"
/obj/screen/alert/fat/synth
@@ -172,7 +172,7 @@ The box in your backpack has an oxygen tank and gas mask in it."
icon_state = "hungry"
/obj/screen/alert/hungry/vampire
desc = "You could use a bloodsnack or two."
desc = "You could go for a bite right now..."
icon_state = "v_hungry"
/obj/screen/alert/hungry/synth
@@ -180,8 +180,8 @@ The box in your backpack has an oxygen tank and gas mask in it."
icon_state = "c_hungry"
/obj/screen/alert/starving
name = "Starving"
desc = "You're severely malnourished. The hunger pains make moving around a chore."
name = "Very Hungry"
desc = "You're starving. You barely have enough energy to move around."
icon_state = "starving"
/obj/screen/alert/starving/vampire
@@ -256,7 +256,7 @@ or something covering your eyes."
/obj/screen/alert/high
name = "High"
desc = "Whoa man, you're tripping balls! Careful you don't get addicted... if you aren't already."
desc = "Whoa, you're tripping balls!"
icon_state = "high"
/obj/screen/alert/embeddedobject
@@ -297,8 +297,8 @@ or shoot a gun to move around via Newton's 3rd Law of Motion."
//ALIENS
/obj/screen/alert/alien_tox
name = "Plasma"
desc = "There's flammable plasma in the air. If it lights up, you'll be toast."
name = "Phoron"
desc = "There's flammable phoron in the air. If it lights up, you'll be toast."
icon_state = "alien_tox"
alerttooltipstyle = "alien"
@@ -433,7 +433,7 @@ so as to remain in compliance with the most up-to-date laws."
return 1
for(var/i = 1, i <= alerts.len, i++)
var/obj/screen/alert/alert = alerts[alerts[i]]
if(alert.icon_state in cached_icon_states(ui_style))
alert.icon = ui_style
@@ -442,7 +442,7 @@ so as to remain in compliance with the most up-to-date laws."
I.color = ui_color
I.alpha = ui_alpha
alert.underlays = list(I)
switch(i)
if(1)
. = ui_alert1