From 61c1379d97de0377fe05f888d08566632b8fc418 Mon Sep 17 00:00:00 2001 From: Casper3667 Date: Tue, 13 Apr 2021 01:24:06 +0200 Subject: [PATCH] belt naming (#11627) --- .../modules/client/preference_setup/loadout/loadout_belt.dm | 2 +- html/changelogs/beltName.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/beltName.yml 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