Merge pull request #16702 from SabreML/ghost-poll-names

Fixes some ghost poll chat messages being incorrect
This commit is contained in:
variableundefined
2021-09-17 20:39:58 -05:00
committed by GitHub
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -138,7 +138,7 @@
if(confirm != "Yes")
return 0
var/image/I = new('icons/mob/simple_human.dmi', "wizard")
var/list/candidates = SSghost_spawns.poll_candidates("Do you wish to be considered for the position of a Wizard Foundation 'diplomat'?", "wizard", source = I)
var/list/candidates = SSghost_spawns.poll_candidates("Do you wish to be considered for the position of a Wizard Federation 'diplomat'?", "wizard", source = I)
log_admin("[key_name(owner)] tried making a Wizard with One-Click-Antag")
message_admins("[key_name_admin(owner)] tried making a Wizard with One-Click-Antag")