Revert "TGUI alerts, lists, inputs"
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
for(var/_i in 1 to 9)
|
||||
names += "Subject [target.gender == MALE ? "i" : "o"]-[pick("a", "b", "c", "d", "e")]-[rand(10000, 99999)]"
|
||||
names += target.dna.species.random_name(target.gender, TRUE) //give one normal name in case they want to do regular plastic surgery
|
||||
var/chosen_name = tgui_input_list(user, "Choose a new name to assign.", "Plastic Surgery", names)
|
||||
var/chosen_name = input(user, "Choose a new name to assign.", "Plastic Surgery") as null|anything in names
|
||||
if(!chosen_name)
|
||||
return
|
||||
var/oldname = target.real_name
|
||||
|
||||
Reference in New Issue
Block a user