|
33 | 33 | item_path = /obj/item/clothing/head/hats/warden/drill/centcom_admiral
|
34 | 34 | restricted_roles = list(JOB_NANOTRASEN_REPRESENTATIVE)
|
35 | 35 | requires_purchase = FALSE
|
36 |
| - ckeywhitelist = list("Plejek", "abraxis12gaming") |
| 36 | + admin_only = TRUE |
37 | 37 |
|
38 | 38 | /datum/loadout_item/suit/cent_admiral_jacket //
|
39 | 39 | name = "Centcom Admiral's Coat"
|
40 | 40 | item_path = /obj/item/clothing/suit/armor/centcom_admiral
|
41 | 41 | restricted_roles = list(JOB_NANOTRASEN_REPRESENTATIVE)
|
42 | 42 | requires_purchase = FALSE
|
43 |
| - ckeywhitelist = list("Plejek", "abraxis12gaming") |
| 43 | + admin_only = TRUE |
44 | 44 |
|
45 | 45 | /datum/loadout_item/under/miscellaneous/cent_admiral //
|
46 | 46 | name = "Centcom Admiral's Uniform"
|
47 | 47 | item_path = /obj/item/clothing/under/rank/centcom/admiral
|
48 | 48 | restricted_roles = list(JOB_NANOTRASEN_REPRESENTATIVE)
|
49 | 49 | requires_purchase = FALSE
|
50 |
| - ckeywhitelist = list("Plejek", "abraxis12gaming") |
| 50 | + admin_only = TRUE |
51 | 51 |
|
52 | 52 | /datum/loadout_item/gloves/cent_admiral //
|
53 | 53 | name = "Centcom Admiral's Gloves"
|
54 | 54 | item_path = /obj/item/clothing/gloves/admiral
|
55 | 55 | requires_purchase = FALSE
|
56 |
| - ckeywhitelist = list("Plejek", "abraxis12gaming") |
| 56 | + admin_only = TRUE |
57 | 57 |
|
58 | 58 | /datum/loadout_item/shoes/cent_admiral //
|
59 | 59 | name = "Centcom Admiral's Shoes"
|
60 | 60 | item_path = /obj/item/clothing/shoes/admiral
|
61 | 61 | requires_purchase = FALSE
|
62 |
| - ckeywhitelist = list("Plejek", "abraxis12gaming") |
| 62 | + admin_only = TRUE |
63 | 63 |
|
64 | 64 | // Sprungle's loadout
|
65 | 65 |
|
66 | 66 | /datum/loadout_item/mask/sprungle_mask
|
67 | 67 | name = "Porcelain Facemask"
|
68 | 68 | requires_purchase = FALSE
|
69 |
| - ckeywhitelist = list("speebusdageebus", "plejek") |
| 69 | + admin_only = TRUE |
70 | 70 | item_path = /obj/item/clothing/mask/sprungle
|
71 | 71 |
|
72 | 72 | /datum/loadout_item/mask/sprungle_golden_mask
|
73 | 73 | name = "Golden Facemask"
|
74 | 74 | requires_purchase = FALSE
|
75 |
| - ckeywhitelist = list("speebusdageebus", "plejek") |
| 75 | + admin_only = TRUE |
76 | 76 | item_path = /obj/item/clothing/mask/sprungle/personal
|
0 commit comments