diff --git a/code/modules/client/preference_setup/loadout/loadout_belt.dm b/code/modules/client/preference_setup/loadout/loadout_belt.dm index 4d157c101c5..a4e51215043 100644 --- a/code/modules/client/preference_setup/loadout/loadout_belt.dm +++ b/code/modules/client/preference_setup/loadout/loadout_belt.dm @@ -3,7 +3,7 @@ path = /obj/item/storage/belt/generic slot = slot_belt sort_category = "Belts" - flags = GEAR_HAS_COLOR_SELECTION + flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION /datum/gear/belt/fannypack display_name = "fannypack" diff --git a/html/changelogs/beltName.yml b/html/changelogs/beltName.yml new file mode 100644 index 00000000000..caea7115fae --- /dev/null +++ b/html/changelogs/beltName.yml @@ -0,0 +1,6 @@ +author: TheGreyWolf + +delete-after: True + +changes: + - rscadd: "Ordinary belts from the loadout can now be given unique names & descriptions." \ No newline at end of file