removes improper grammar in ert prompt

This commit is contained in:
Fikou
2020-03-18 00:54:57 +01:00
committed by GitHub
parent 5b66eafd66
commit df8b8f5d9b
+1 -1
View File
@@ -342,7 +342,7 @@
ertemplate.enforce_human = prefs["enforce_human"]["value"] == "Yes" ? TRUE : FALSE
ertemplate.opendoors = prefs["open_armory"]["value"] == "Yes" ? TRUE : FALSE
var/list/mob/dead/observer/candidates = pollGhostCandidates("Do you wish to be considered for [ertemplate.polldesc] ?", "deathsquad", null)
var/list/mob/dead/observer/candidates = pollGhostCandidates("Do you wish to be considered for [ertemplate.polldesc]?", "deathsquad", null)
var/teamSpawned = FALSE
if(candidates.len > 0)