lore/contractor/background/character overhaul project (public branch edition) (#4488)

Co-authored-by: silicons <2003111+silicons@users.noreply.github.com>
Co-authored-by: Zandario <zandarioh@gmail.com>
Co-authored-by: VM_USER <VM_USER>
Co-authored-by: AlphaM01 <33434925+AlphaM01@users.noreply.github.com>
Co-authored-by: LordPapalus <54518057+LordPapalus@users.noreply.github.com>
This commit is contained in:
silicons
2022-11-09 01:57:00 -06:00
committed by GitHub
co-authored by Zandario VM_USER <VM_USER> AlphaM01 LordPapalus
parent 1f99f4b154
commit 28e11dee54
604 changed files with 9140 additions and 4230 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 = tgui_input_list(usr, "Please choose a new species.","Species", GLOB.species_meta)
var/new_species = tgui_input_list(usr, "Please choose a new species.","Species", SScharacters.all_species_names())
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 = tgui_input_list(usr, "Please choose a language to add.","Language", GLOB.all_languages)
var/new_language = tgui_input_list(usr, "Please choose a language to add.","Language", SScharacters.all_language_names())
if(!new_language)
return