* 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
This commit is contained in:
Yonnimer
2023-04-13 04:29:13 +00:00
committed by GitHub
parent 20b931af68
commit 04db8d2c4d
3 changed files with 44 additions and 2 deletions
@@ -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
@@ -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"
+42
View File
@@ -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."