Merge pull request #882 from CrAzYPiLoT-SS13/master

Language fix + Corgi health status fix
This commit is contained in:
ZomgPonies
2015-04-25 17:50:05 -04:00
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -5,7 +5,11 @@
set name = "Set Default Language"
set category = "IC"
if(language)
if(default_language == "unathi")
src << "<span class='notice'>You will now speak Sinta'unathi if you do not specify a language when speaking.</span>"
else if(default_language == "tajaran")
src << "<span class='notice'>You will now speak Siik'tajr if you do not specify a language when speaking.</span>"
else if(language)
src << "<span class='notice'>You will now speak [language] if you do not specify a language when speaking.</span>"
else
src << "<span class='notice'>You will now speak whatever your standard default language is if you do not specify one when speaking.</span>"
@@ -56,7 +56,7 @@
if(11 to 15) healths.icon_state = "health4"
if(6 to 10) healths.icon_state = "health5"
if(1 to 5) healths.icon_state = "health6"
else healths.icon_state = "health7"
if(0) healths.icon_state = "health7"
regenerate_icons()
/mob/living/simple_animal/corgi/Die()