Fixes pda style loading

This commit is contained in:
Ling
2018-06-03 09:33:10 +02:00
committed by letterjay
parent 5bf3bd761d
commit 49bd6e24fb
3 changed files with 7 additions and 1 deletions
+4
View File
@@ -1380,7 +1380,11 @@ GLOBAL_LIST_EMPTY(preferences_datums)
if(pickedui)
UI_style = pickedui
if("pda_style")
<<<<<<< HEAD
var/pickedPDAStyle = input(user, "Choose your PDA style.", "Character Preference") as null|anything in list(MONO, SHARE, ORBITRON, VT)
=======
var/pickedPDAStyle = input(user, "Choose your PDA style.", "Character Preference", pda_style) as null|anything in GLOB.pda_styles
>>>>>>> 513a5f1... Fixes pda style loading (#38238)
if(pickedPDAStyle)
pda_style = pickedPDAStyle
if("pda_color")