diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm
index 97d8b9c275..09454f4b95 100644
--- a/code/modules/client/preferences.dm
+++ b/code/modules/client/preferences.dm
@@ -1064,6 +1064,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
dat += "
| [gear_points] loadout points remaining. \[Clear Loadout\] |
"
dat += "| You can only choose one item per category, unless it's an item that spawns in your backpack or hands. |
"
dat += "| "
+
var/firstcat = TRUE
for(var/i in GLOB.loadout_items)
if(firstcat)
@@ -1074,6 +1075,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
dat += " [i] "
else
dat += " [i] "
+
dat += " |
"
dat += "
|
"
dat += "| [gear_tab] |
"