Update code/modules/admin/verbs/gimmick_team.dm

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
This commit is contained in:
dearmochi
2020-09-10 23:58:25 +02:00
committed by GitHub
parent aaa79c5a3e
commit 34a8f1de7c
+1 -4
View File
@@ -53,9 +53,7 @@
players_to_spawn += candidate
else
to_chat(src, "Polling candidates...")
var/datum/outfit/temp = new O
players_to_spawn = SSghost_spawns.poll_candidates("Do you want to play as \a [temp.name]?")
qdel(temp)
players_to_spawn = SSghost_spawns.poll_candidates("Do you want to play as \a [initial(O.name])?")
if(!players_to_spawn.len)
to_chat(src, "Nobody volunteered.")
@@ -95,4 +93,3 @@
feedback_add_details("admin_verb","SPAWNGIM") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
// ---------------------------------------------------------------------------------------------------------