Skip to content

Commit

Permalink
real
Browse files Browse the repository at this point in the history
  • Loading branch information
Paxilmaniac committed Nov 29, 2024
1 parent 4ec18ad commit 789bf67
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 789bf67

Please sign in to comment.