From 6ecfda12562f16e78c94937c6732a83aca26c6ec Mon Sep 17 00:00:00 2001 From: timothyteakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Wed, 23 Dec 2020 23:14:08 +0000 Subject: [PATCH] Update preferences.dm --- code/modules/client/preferences.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index 2de91f172d..0578b85799 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -183,6 +183,7 @@ GLOBAL_LIST_EMPTY(preferences_datums) var/loadout_slot = 1 //goes from 1 to MAXIMUM_LOADOUT_SAVES var/gear_category var/gear_subcategory + var/list/loadout_progress = list() var/screenshake = 100 var/damagescreenshake = 2