Skip to content

Commit

Permalink
and what if brooklyn was jelqlyn
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerev4r committed Oct 12, 2024
1 parent 9f48e8b commit 628e4e0
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
8 changes: 8 additions & 0 deletions modular_doppler/loadout_categories/categories/clothing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,14 @@
name = "Hawaiian Shirt"
item_path = /obj/item/clothing/suit/costume/hawaiian

/*
* MAID OUT WITH THE FIT
*/

/datum/loadout_item/suit/maid_costume
name = "Maid Costume"
item_path = /obj/item/clothing/under/costume/maid

/*
* MISC
*/
Expand Down
24 changes: 24 additions & 0 deletions modular_doppler/loadout_categories/categories/neck.dm
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
/datum/loadout_item/neck/colonial_cloak
name = "Colonial Cloak"
item_path = /obj/item/clothing/neck/cloak/colonial

/datum/loadout_item/neck/robe_cape
name = "Robe Cape"
item_path = /obj/item/clothing/neck/robe_cape

/datum/loadout_item/neck/long_cape
name = "Long Cape"
item_path = /obj/item/clothing/neck/long_cape

/datum/loadout_item/neck/wide_cape
name = "Wide Cape"
item_path = /obj/item/clothing/neck/wide_cape

/datum/loadout_item/neck/ranger_poncho
name = "Ranger Poncho"
item_path = /obj/item/clothing/neck/ranger_poncho

/obj/item/clothing/neck/face_scarf
name = "Face Scarf"
item_path = /obj/item/clothing/neck/face_scarf

Check failure on line 23 in modular_doppler/loadout_categories/categories/neck.dm

View workflow job for this annotation

GitHub Actions / Run Linters

undefined var 'item_path' on type '/obj/item/clothing/neck/face_scarf'

/datum/loadout_item/neck/maid_neck_cover
name = "Maid Neck Cover"
item_path = /obj/item/clothing/neck/maid_neck_cover
2 changes: 1 addition & 1 deletion modular_doppler/loadout_categories/categories/pockets.dm
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,4 @@

/datum/loadout_item/pocket_items/civil_defense
name = "Civil Defense Med-kit"
item_path = /obj/item/storage/medkit/civil_defense
item_path = /obj/item/storage/medkit/civil_defense/stocked

0 comments on commit 628e4e0

Please sign in to comment.