Skip to content

Commit

Permalink
Merge pull request #258 from She-Is-Trying-To-Form-Her-First-Thought/…
Browse files Browse the repository at this point in the history
…modularize-me

makes #251 modular
  • Loading branch information
Nerev4r authored Nov 29, 2024
2 parents f65009a + 789bf67 commit f7d27ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions code/modules/loadout/categories/neck.dm
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,3 @@
/datum/loadout_item/neck/necktie_loose
name = "Necktie (Loose)"
item_path = /obj/item/clothing/neck/tie/detective

/datum/loadout_item/neck/bowtie
name = "Bowtie (Colorable)"
item_path = /obj/item/clothing/neck/bowtie
4 changes: 4 additions & 0 deletions modular_doppler/loadout_categories/categories/neck.dm
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,7 @@
/datum/loadout_item/neck/collar/spike
name = "Spiked Collar"
item_path = /obj/item/clothing/neck/human_petcollar/locked/spike

/datum/loadout_item/neck/bowtie
name = "Bowtie (Colorable)"
item_path = /obj/item/clothing/neck/bowtie

0 comments on commit f7d27ae

Please sign in to comment.