From 9fd94c171e8386a0eaf10f4e5f3f5c710b99f9fa Mon Sep 17 00:00:00 2001 From: Intercross21 Date: Wed, 14 May 2014 07:32:01 +0400 Subject: [PATCH] ... --- code/ZAS/Variable Settings.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ZAS/Variable Settings.dm b/code/ZAS/Variable Settings.dm index babbec1349e..e2fc64b5a8e 100644 --- a/code/ZAS/Variable Settings.dm +++ b/code/ZAS/Variable Settings.dm @@ -192,7 +192,7 @@ var/global/vs_control/vsc = new /vs_control/proc/SetDefault(var/mob/user) var/list/setting_choices = list("Phoron - Standard", "Phoron - Low Hazard", "Phoron - High Hazard", "Phoron - Oh Shit!",\ - "ZAS - Normal", "ZAS - Forgiving", "ZAS - Dangerous", "ZAS - Hellish") + "ZAS - Normal", "ZAS - Forgiving", "ZAS - Dangerous", "ZAS - Hellish", "ZAS/Phoron - Initial") var/def = input(user, "Which of these presets should be used?") as null|anything in setting_choices if(!def) return