Skip to content

Commit

Permalink
Adds Dredd costume to Costume Loadout.
Browse files Browse the repository at this point in the history
  • Loading branch information
Captain277 committed Oct 4, 2023
1 parent 7e4c6f6 commit c84ae08
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions code/modules/holidays/halloween_loadout.dm
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@
display_name = "Costume Head - Dark Cleric Circlet"
path = /obj/item/clothing/head/darkcleric

/datum/loadout_entry/seasonal/halloween/costumes/head/aquiline
display_name = "Costume Head - Aquiline Enforcer"
path = /obj/item/clothing/head/helmet/aquiline

// Mask
/datum/loadout_entry/seasonal/halloween/costumes/mask
name = "Costume Mask - Fake Moustache"
Expand Down Expand Up @@ -432,6 +436,10 @@
display_name = "Costume Uniform - Dark Cleric Armor"
path = /obj/item/clothing/under/darkcleric

/datum/loadout_entry/seasonal/halloween/costumes/under/aquiline
display_name = "Costume Uniform - Aquiline Enforcer"
path = /obj/item/clothing/under/aquiline_enforcer

// Gloves

/datum/loadout_entry/seasonal/halloween/costumes/gloves
Expand Down

0 comments on commit c84ae08

Please sign in to comment.