|
1 |
| -/datum/loadout_item/neck/admin_cloak |
2 |
| - name = "Admin Cloak" |
3 |
| - requires_purchase = FALSE |
4 |
| - admin_only = TRUE |
5 |
| - item_path = /obj/item/clothing/neck/admincloak |
6 |
| - |
7 |
| -/datum/loadout_item/neck/mentor_cloak |
8 |
| - name = "Mentor Cloak" |
9 |
| - requires_purchase = FALSE |
10 |
| - mentor_only = TRUE |
11 |
| - item_path = /obj/item/clothing/neck/mentorcloak |
12 |
| - |
13 |
| -/datum/loadout_item/neck/mentor_cloak/insert_path_into_outfit(datum/outfit/outfit, mob/living/carbon/human/equipper, visuals_only, override_items) |
14 |
| - if(!visuals_only) |
15 |
| - spawn_in_backpack(outfit, item_path, equipper) |
16 |
| - |
17 |
| -/datum/loadout_item/under/miscellaneous/adminturtleneck |
18 |
| - name = "CentCom Turtleneck" |
19 |
| - requires_purchase = FALSE |
20 |
| - admin_only = TRUE |
21 |
| - item_path = /obj/item/clothing/under/rank/centcom/officer |
22 |
| - |
23 |
| -/datum/loadout_item/under/miscellaneous/adminturtleneckskirt |
24 |
| - name = "CentCom Turtleneck Skirt" |
25 |
| - requires_purchase = FALSE |
26 |
| - admin_only = TRUE |
27 |
| - item_path = /obj/item/clothing/under/rank/centcom/officer_skirt |
| 1 | +/datum/loadout_item/neck/admin_cloak |
| 2 | + name = "Admin Cloak" |
| 3 | + requires_purchase = FALSE |
| 4 | + admin_only = TRUE |
| 5 | + item_path = /obj/item/clothing/neck/admincloak |
| 6 | + |
| 7 | +/datum/loadout_item/neck/mentor_cloak |
| 8 | + name = "Mentor Cloak" |
| 9 | + requires_purchase = FALSE |
| 10 | + mentor_only = TRUE |
| 11 | + item_path = /obj/item/clothing/neck/mentorcloak |
| 12 | + |
| 13 | +/datum/loadout_item/neck/mentor_cloak/insert_path_into_outfit(datum/outfit/outfit, mob/living/carbon/human/equipper, visuals_only, override_items) |
| 14 | + if(!visuals_only) |
| 15 | + spawn_in_backpack(outfit, item_path, equipper) |
| 16 | + |
| 17 | +/datum/loadout_item/under/miscellaneous/adminturtleneck |
| 18 | + name = "CentCom Turtleneck" |
| 19 | + requires_purchase = FALSE |
| 20 | + admin_only = TRUE |
| 21 | + item_path = /obj/item/clothing/under/rank/centcom/officer |
| 22 | + |
| 23 | +/datum/loadout_item/under/miscellaneous/adminturtleneckskirt |
| 24 | + name = "CentCom Turtleneck Skirt" |
| 25 | + requires_purchase = FALSE |
| 26 | + admin_only = TRUE |
| 27 | + item_path = /obj/item/clothing/under/rank/centcom/officer_skirt |
0 commit comments