Change default value for Syndiborg

This commit is contained in:
Mark van Alphen
2014-11-23 09:52:09 +01:00
parent 8e44118a78
commit d4891b3d9a
+2 -2
View File
@@ -37,7 +37,7 @@
return
else
var/possibleborg = pick(possiblecandidates)
var/input = alert(possibleborg,"Do you want to spawn in as a cyborg for the Syndicate operatives?","Syndicate Cyborg","Yes","No")
var/input = alert(possibleborg,"Do you want to spawn in as a cyborg for the Syndicate operatives?","Syndicate Cyborg","No","Yes")
if(input == "Yes" && used == 0)
possiblecandidates -= possibleborg
used = 1
@@ -56,4 +56,4 @@
ticker.mode.syndicates += R.mind
ticker.mode.update_synd_icons_added(R.mind)
R.mind.special_role = "syndicate"
R.faction = list("syndicate")
R.faction = list("syndicate")