Ports Polaris/pull/6558

This commit is contained in:
Zandario
2020-07-02 14:27:38 -05:00
parent 420124fd29
commit 34174e31e9
64 changed files with 154 additions and 138 deletions
+2 -2
View File
@@ -441,7 +441,7 @@
to_chat(usr, "This can only be done to instances of type /mob/living/carbon/human")
return
var/new_species = input("Please choose a new species.","Species",null) as null|anything in all_species
var/new_species = input("Please choose a new species.","Species",null) as null|anything in GLOB.all_species
if(!H)
to_chat(usr, "Mob doesn't exist anymore")
@@ -460,7 +460,7 @@
to_chat(usr, "This can only be done to instances of type /mob")
return
var/new_language = input("Please choose a language to add.","Language",null) as null|anything in all_languages
var/new_language = input("Please choose a language to add.","Language",null) as null|anything in GLOB.all_languages
if(!new_language)
return