Skip to content

Commit

Permalink
We need glasses (or a linter)
Browse files Browse the repository at this point in the history
weh
  • Loading branch information
nevimer committed Jun 9, 2024
1 parent 63eb21d commit a6db77b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
/datum/loadout_item/gloves/diver //Donor item for patriot210
name = "Black Divers Gloves"
item_path = /obj/item/clothing/gloves/misc/diver
ckeywhitelist = list("sexmaster, leafydasurvivor")
ckeywhitelist = list("sexmaster", "leafydasurvivor")
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
/datum/loadout_item/shoes/diver //Donor item for patriot210
name = "Black Divers Boots"
item_path = /obj/item/clothing/shoes/boots/diver
ckeywhitelist = list("sexmaster, leafydasurvivor")
ckeywhitelist = list("sexmaster", "leafydasurvivor")
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
/datum/loadout_item/suit/diver //Donor item for patriot210
name = "Black Divers Coat"
item_path = /obj/item/clothing/suit/jacket/diver
ckeywhitelist = list("sexmaster, leafydasurvivor")

ckeywhitelist = list("sexmaster", "leafydasurvivor")
/datum/loadout_item/suit/holographic
name = "Holographic Suit V4000"
item_path = /obj/item/clothing/suit/misc/holographic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
/datum/loadout_item/under/miscellaneous/diver
name = "Black Divers Uniform"
item_path = /obj/item/clothing/under/misc/diver
ckeywhitelist = list("sexmaster, leafydasurvivor")

ckeywhitelist = list("sexmaster", "leafydasurvivor")
/datum/loadout_item/under/miscellaneous/dress_strapped
name = "Formal Evening Gown"
item_path = /obj/item/clothing/under/dress/bubber/strapped
Expand Down

0 comments on commit a6db77b

Please sign in to comment.