missing parenthesis.

This commit is contained in:
Ghommie
2019-11-18 03:26:04 +01:00
parent 1c39a3bc6d
commit deadffe96f
+2 -2
View File
@@ -125,7 +125,7 @@
icon_state = "cutout_cultist" icon_state = "cutout_cultist"
if("Brass Cultist") if("Brass Cultist")
name = "[pick(GLOB.first_names_male)] [pick(GLOB.last_names)]" name = "[pick(GLOB.first_names_male)] [pick(GLOB.last_names)]"
desc = "A cardboard cutout of a servant of Ratvar." desc = "A cardboard cutout of a \"servant\" of Ratvar."
icon_state = "cutout_servant" icon_state = "cutout_servant"
if("Clockwork Cultist") if("Clockwork Cultist")
name = "[pick(GLOB.first_names_male)] [pick(GLOB.last_names)]" name = "[pick(GLOB.first_names_male)] [pick(GLOB.last_names)]"
@@ -184,7 +184,7 @@
desc = "A cardboard cutout of a private security officer." desc = "A cardboard cutout of a private security officer."
icon_state = "cutout_ntsec" icon_state = "cutout_ntsec"
if("Securitron") if("Securitron")
name = "[pick("Officer", "Oftiser", "Sergeant", "General"][pick(" Genesky, " Pingsky", " Beepsky", " Pipsqueak", "-at-Armsky"]" name = "[pick("Officer", "Oftiser", "Sergeant", "General")][pick(" Genesky, " Pingsky", " Beepsky", " Pipsqueak", "-at-Armsky")]"
desc = "A cardboard cutout of a securitron." desc = "A cardboard cutout of a securitron."
icon_state = "cutout_law" icon_state = "cutout_law"
if("Gondola") if("Gondola")