Skip to content

Commit

Permalink
adds ckey to dono item (#2232)
Browse files Browse the repository at this point in the history
Update donator_personal.dm

Co-authored-by: candle :) <[email protected]>
  • Loading branch information
Steals-The-PRs and CandleJaxx authored Mar 2, 2024
1 parent 47730f5 commit 59c86b3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@
/datum/loadout_item/mask/divemask_koru
name = "S.O.K.O. Gaiter"
item_path = /obj/item/clothing/mask/gas/signalis_gaiter
ckeywhitelist = list("koruu", "foxyandiknowit", "candlejax", "shyelf")
ckeywhitelist = list("koruu", "foxyandiknowit", "candlejax", "shyelf", "opportunerover22")

/datum/loadout_item/under/jumpsuit/divesuit_koru
name = "S.O.K.O. Bodysuit"
item_path = /obj/item/clothing/under/bodysuit_koruu
ckeywhitelist = list("koruu", "foxyandiknowit", "candlejax", "shyelf")
ckeywhitelist = list("koruu", "foxyandiknowit", "candlejax", "shyelf", "opportunerover22")

/datum/loadout_item/under/jumpsuit/anasuit
name = "Azulean's Enviro-Suit"
Expand Down

0 comments on commit 59c86b3

Please sign in to comment.