diff --git a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm index 763b3fde2e..f260cbe190 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm @@ -590,6 +590,15 @@ // L CKEYS +//lawst +//Domine Brisillidine +/datum/gear/fluff/medalvalor1 + path = /obj/item/clothing/accessory/medal/silver/fluff/medalvalorl + display_name = "Kaenin Qerrlar's medal of valor" + description = "A silver medal, polished to a shine. On it, it says \"For Honorable Service, Domine Brisillidine, among the first to volunteer to save the world of Virgo-Erigone Four, homeworld of the zorren. Domine lead the volunteer team in to the combat zone and assisted with arming and coordinating them against the hostile forces.\" It is adorned with a purple ribbon." + ckeywhitelist = list("lawst") + character_name = list("Domine Brisillidine") + //lukevale //Mira Rezus /datum/gear/fluff/mira_1 diff --git a/code/modules/vore/fluffstuff/custom_clothes_yw.dm b/code/modules/vore/fluffstuff/custom_clothes_yw.dm index fa6e311409..2cc0da9df3 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_yw.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_yw.dm @@ -1554,9 +1554,9 @@ // ****** //Domine Brisillidine -/obj/item/clothing/accessory/medal/silver/fluff/kaeninmedal +/obj/item/clothing/accessory/medal/silver/fluff/medalvalorl name = "Domine Brisillidine\'s medal of valor" - desc = "A silver medal, polished to a shine. On it, it says \"For Honorable Service, Domine Brisillidine, among the first to volunteer to save the world of Virgo-Erigone Four, homeworld of the zorren. .\" It is adorned with a purple ribbon." + desc = "A silver medal, polished to a shine. On it, it says \"For Honorable Service, Domine Brisillidine, among the first to volunteer to save the world of Virgo-Erigone Four, homeworld of the zorren. Domine lead the volunteer team in to the combat zone and assisted with arming and coordinating them against the hostile forces.\" It is adorned with a purple ribbon." icon = 'icons/vore/custom_clothes_yw.dmi' icon_state = "valormedal1" icon_override = 'icons/vore/custom_clothes_yw.dmi'