From 81eaa8a2b919288f6141c9c323879fc5a84a1421 Mon Sep 17 00:00:00 2001 From: timothyteakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Sun, 6 Dec 2020 23:51:03 +0000 Subject: [PATCH] woops --- code/modules/client/preferences.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index fd796bcd45..e466037696 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -816,7 +816,7 @@ GLOBAL_LIST_EMPTY(preferences_datums) if(loadout_item_path) var/datum/gear/loadout_gear = text2path(loadout_item_path) if(loadout_gear) - gear_points -= initial(loadout_gear.cost) + gear_points -= initial(loadout_gear.cost) else chosen_gear = list()