Skip to content

Commit

Permalink
Event medal fluff items for 6 crew
Browse files Browse the repository at this point in the history
  • Loading branch information
Repede committed Dec 30, 2023
1 parent dad77fe commit 675afd5
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,23 @@
ckeywhitelist = list("blackangelsace")
character_name = list("Nicodemus Jarvis")

//Art Echard
/datum/gear/fluff/art_medal1
path = /obj/item/clothing/accessory/medal/silver/achievement/twoshuttlesevent
display_name = "Medal of Achievement"
description = "A silver medal awarded to corporate members who have achieved a corporate goal successfully. - This one was awarded for bringing two damaged shuttles back to Cryogaia for rescue and salvage."
ckeywhitelist = list("blackangelsace")

Check failure on line 160 in code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm

View workflow job for this annotation

GitHub Actions / DreamChecker

got '{', expected one of: operator, field access, as, 'in', ';'
character_name = list("Art Echard")

Check failure on line 161 in code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm

View workflow job for this annotation

GitHub Actions / DreamChecker

inconsistent multiple indentation: 3 > 1

Check failure on line 161 in code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm

View workflow job for this annotation

GitHub Actions / Integration Tests

inconsistent indentation

//Bielbr12312332
//Dustin Altmann
/datum/gear/fluff/dustin_medal1
path = /obj/item/clothing/accessory/medal/silver/achievement/twoshuttlesevent
display_name = "Medal of Achievement"
description = "A silver medal awarded to corporate members who have achieved a corporate goal successfully. - This one was awarded for bringing two damaged shuttles back to Cryogaia for rescue and salvage."
ckeywhitelist = list("bielbr12312332")
character_name = list("Dustin Altmann")

Check failure on line 170 in code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm

View workflow job for this annotation

GitHub Actions / Integration Tests

inconsistent indentation

//benl8561
//M.I.S.S.Y
/datum/gear/fluff/missy_skirt
Expand Down Expand Up @@ -577,6 +594,15 @@
character_name = list("Harpsong")
allowed_roles = list("Security Officer")

//Hiding_Dan
//Sierra Ellis
/datum/gear/fluff/sierra_medal1
path = /obj/item/clothing/accessory/medal/silver/achievement/twoshuttlesevent
display_name = "Medal of Achievement"
description = "A silver medal awarded to corporate members who have achieved a corporate goal successfully. - This one was awarded for bringing two damaged shuttles back to Cryogaia for rescue and salvage."
ckeywhitelist = list("hidingdan")
character_name = list("Sierra Ellis")

Check failure on line 604 in code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm

View workflow job for this annotation

GitHub Actions / Integration Tests

inconsistent indentation

// I CKEYS

//izac112
Expand Down Expand Up @@ -819,6 +845,15 @@
ckeywhitelist = list("mocatheporg1")
character_name = list("Mocha")

//Montessquio
//Elise Maschenny
/datum/gear/fluff/elise_medal1
path = /obj/item/clothing/accessory/medal/silver/achievement/twoshuttlesevent
display_name = "Medal of Achievement"
description = "A silver medal awarded to corporate members who have achieved a corporate goal successfully. - This one was awarded for bringing two damaged shuttles back to Cryogaia for rescue and salvage."
ckeywhitelist = list("montessquio")
character_name = list("Elise Maschenny")

Check failure on line 855 in code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm

View workflow job for this annotation

GitHub Actions / Integration Tests

inconsistent indentation

// N CKEYS
//NESgamer190
/datum/gear/fluff/lucy_flask
Expand Down Expand Up @@ -938,6 +973,14 @@
ckeywhitelist = list("snakewitharocketlauncher")
character_name = list("Alex Wolf")

//Dakula
/datum/gear/fluff/dakula_medal1
path = /obj/item/clothing/accessory/medal/silver/achievement/twoshuttlesevent
display_name = "Medal of Achievement"
description = "A silver medal awarded to corporate members who have achieved a corporate goal successfully. - This one was awarded for bringing two damaged shuttles back to Cryogaia for rescue and salvage."
ckeywhitelist = list("snakewitharocketlauncher")
character_name = list("Dakula")

Check failure on line 982 in code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm

View workflow job for this annotation

GitHub Actions / Integration Tests

inconsistent indentation

//splintergp
//Aroozee Daarvoleast-Clark
/datum/gear/fluff/aroozee_cloak
Expand Down Expand Up @@ -965,6 +1008,15 @@

// T CKEYS

//TinnCatt
//Kurkivor Snowstrider
/datum/gear/fluff/kurkivor_medal1
path = /obj/item/clothing/accessory/medal/silver/achievement/twoshuttlesevent
display_name = "Medal of Achievement"
description = "A silver medal awarded to corporate members who have achieved a corporate goal successfully. - This one was awarded for bringing two damaged shuttles back to Cryogaia for rescue and salvage."
ckeywhitelist = list("tinncatt")
character_name = list("Kurkivor Snowstrider")

Check failure on line 1018 in code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm

View workflow job for this annotation

GitHub Actions / Integration Tests

inconsistent indentation

// U CKEYS

// V CKEYS
Expand Down
9 changes: 8 additions & 1 deletion code/modules/clothing/under/accessories/accessory_yw.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,11 @@


/obj/item/clothing/accessory/poncho/cloak/fluff/dropped() //makes the fluff cloaks not kek when used by a teshari
icon_override = 'icons/vore/custom_onmob_yw.dmi'
icon_override = 'icons/vore/custom_onmob_yw.dmi'

/obj/item/clothing/accessory/medal/silver/achievement
name = "Medal of Achievement"
desc = "A silver medal awarded to corporate members who have achieved a corporate goal successfully."

/obj/item/clothing/accessory/medal/silver/achievement/twoshuttlesevent
desc = "A silver medal awarded to corporate members who have achieved a corporate goal successfully. - This one was awarded for bringing two damaged shuttles back to Cryogaia for rescue and salvage."

0 comments on commit 675afd5

Please sign in to comment.