From 04db8d2c4d2726af77dd3909bab98cac76d0eba6 Mon Sep 17 00:00:00 2001 From: Yonnimer <31339047+Yonnimer@users.noreply.github.com> Date: Thu, 13 Apr 2023 00:29:13 -0400 Subject: [PATCH] EUM PR P2 (#16184) * fixes the narrows uniform * Adds the flag to the loadout * changelog * with the right restriction * changelog fixes, aka why not to make a pr when you first wake up * THAT WASN NOT MAKING A CHANGELOG THAT WAS EDITTING THE EXAMPLE * restores the example.yml file, hopefully --- .../loadout/loadout_general.dm | 2 +- .../loadout/loadout_xeno/diona.dm | 2 +- html/changelogs/Yonnimer-eumfix.yml | 42 +++++++++++++++++++ 3 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 html/changelogs/Yonnimer-eumfix.yml diff --git a/code/modules/client/preference_setup/loadout/loadout_general.dm b/code/modules/client/preference_setup/loadout/loadout_general.dm index bd7e4736ea7..f8fba8f63f1 100644 --- a/code/modules/client/preference_setup/loadout/loadout_general.dm +++ b/code/modules/client/preference_setup/loadout/loadout_general.dm @@ -145,7 +145,7 @@ banners["banner, Democratic People's Republic of Adhomai"] = /obj/item/flag/dpra banners["banner, New Kingdom of Adhomai"] = /obj/item/flag/nka banners["banner, Republic of Biesel"] = /obj/item/flag/biesel - banners["banner, Dominian Diona"] = /obj/item/flag/diona + banners["banner, CT-EUM"] = /obj/item/flag/cteum banners["banner, Trinary Perfection"] = /obj/item/flag/trinaryperfection banners["banner, Hephaestus Industries"] = /obj/item/flag/heph banners["banner, Idris Incorporated"] = /obj/item/flag/idris diff --git a/code/modules/client/preference_setup/loadout/loadout_xeno/diona.dm b/code/modules/client/preference_setup/loadout/loadout_xeno/diona.dm index e128d251608..1d6a85a3b4a 100644 --- a/code/modules/client/preference_setup/loadout/loadout_xeno/diona.dm +++ b/code/modules/client/preference_setup/loadout/loadout_xeno/diona.dm @@ -42,7 +42,7 @@ cost = 1 whitelisted = list(SPECIES_DIONA, SPECIES_DIONA_COEUS) sort_category = "Xenowear - Diona" - culture_restriction = list(/singleton/origin_item/culture/eum) + culture_restriction = list(/singleton/origin_item/culture/narrows) /datum/gear/uniform/diona/dionatunic display_name = "floral tunic" diff --git a/html/changelogs/Yonnimer-eumfix.yml b/html/changelogs/Yonnimer-eumfix.yml new file mode 100644 index 00000000000..b65fac00432 --- /dev/null +++ b/html/changelogs/Yonnimer-eumfix.yml @@ -0,0 +1,42 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# maptweak +# spellcheck (typo fixes) +# experiment +# balance +# admin +# backend +# security +# refactor +################################# + +# Your name. +author: Yonnimer + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - rscadd: "Adds the ct-eum flag to the loadout." + - tweak: "Fixes the narrows jumpsuit to be for the the narrows origin, not eum."