forked from Foundation-19/Foundation-19
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bunch of changes and fixes * Modularity * one misstake
- Loading branch information
1 parent
355d293
commit 058fb3d
Showing
8 changed files
with
161 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,6 @@ | |
#define MODPACK_CELADON_OUTFITS | ||
|
||
#include "_outfits.dm" | ||
#include "code\security.dm" | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
/decl/hierarchy/outfit/job/security/lcz_senmedic | ||
name = OUTFIT_JOB_NAME("LCZ Senior Medic") | ||
uniform = /obj/item/clothing/under/rank/warden/lcz | ||
glasses = /obj/item/clothing/glasses/hud/health/visor | ||
suit = /obj/item/clothing/suit/armor/vest/scp/medarmor/medic | ||
shoes = /obj/item/clothing/shoes/dutyboots | ||
id_type = /obj/item/card/id/seclvl3lcz | ||
l_ear = /obj/item/device/radio/headset/headset_sec_lcz/medic | ||
l_pocket = /obj/item/handcuffs | ||
r_pocket = /obj/item/melee/telebaton | ||
backpack_contents = list(/obj/item/storage/firstaid/adv = 1, /obj/item/storage/firstaid/stab = 1) | ||
belt = /obj/item/storage/belt/holster/security/fullmk9 | ||
head = /obj/item/clothing/head/helmet/scp/security/medic | ||
mask = /obj/item/clothing/mask/balaclava | ||
gloves = /obj/item/clothing/gloves/latex/nitrile/armored | ||
|
||
/decl/hierarchy/outfit/job/security/hcz_senmedic | ||
name = OUTFIT_JOB_NAME("HCZ Senior Combat Medic") | ||
uniform = /obj/item/clothing/under/rank/warden/hcz | ||
shoes = /obj/item/clothing/shoes/dutyboots | ||
id_type = /obj/item/card/id/seclvl3hcz | ||
l_ear = /obj/item/device/radio/headset/headset_sec_hcz | ||
suit = /obj/item/clothing/suit/armor/pcarrier/scp/tactical | ||
l_pocket = /obj/item/handcuffs | ||
r_pocket = /obj/item/melee/telebaton | ||
backpack_contents = list(/obj/item/storage/firstaid/adv = 1, /obj/item/storage/firstaid/stab = 1) | ||
belt = /obj/item/storage/belt/holster/security/fullmk9 | ||
glasses = /obj/item/clothing/glasses/hud/health/visor | ||
head = /obj/item/clothing/head/helmet/scp/hczsecurityguard | ||
mask = /obj/item/clothing/mask/balaclava | ||
gloves = /obj/item/clothing/gloves/latex/nitrile/armored | ||
|
||
/decl/hierarchy/outfit/job/security/ez_senmedic | ||
name = OUTFIT_JOB_NAME("EZ Senior Combat Medic") | ||
uniform = /obj/item/clothing/under/rank/warden/ez | ||
shoes = /obj/item/clothing/shoes/dutyboots | ||
id_type = /obj/item/card/id/seclvl3ez | ||
l_ear = /obj/item/device/radio/headset/headset_sec_ecz | ||
l_pocket = /obj/item/book/manual/scp/secsop | ||
suit = /obj/item/clothing/suit/armor/pcarrier/scp/medium | ||
l_pocket = /obj/item/handcuffs | ||
r_pocket = /obj/item/melee/telebaton | ||
backpack_contents = list(/obj/item/storage/firstaid/adv = 1, /obj/item/storage/firstaid/stab = 1) | ||
belt = /obj/item/storage/belt/holster/security/fullmk9 | ||
glasses = /obj/item/clothing/glasses/hud/health/visor | ||
head = /obj/item/clothing/head/helmet/scp/hczsecurityguard | ||
mask = /obj/item/clothing/mask/balaclava | ||
gloves = /obj/item/clothing/gloves/latex/nitrile/armored | ||
|
||
/decl/hierarchy/outfit/job/security/hcz_medic | ||
name = OUTFIT_JOB_NAME("HCZ Combat Medic") | ||
uniform = /obj/item/clothing/under/rank/security/hcz | ||
glasses = /obj/item/clothing/glasses/sunglasses/sechud/goggles | ||
shoes = /obj/item/clothing/shoes/dutyboots | ||
id_type = /obj/item/card/id/junseclvl3hcz | ||
l_ear = /obj/item/device/radio/headset/headset_sec_hcz | ||
suit = /obj/item/clothing/suit/armor/pcarrier/scp/tactical | ||
l_pocket = /obj/item/handcuffs | ||
r_pocket = /obj/item/melee/telebaton | ||
backpack_contents = list(/obj/item/storage/firstaid/adv = 1, /obj/item/storage/firstaid/stab = 1) | ||
belt = /obj/item/storage/belt/holster/security/fullmk9 | ||
glasses = /obj/item/clothing/glasses/hud/health/visor | ||
head = /obj/item/clothing/head/helmet/scp/hczsecurityguard | ||
mask = /obj/item/clothing/mask/balaclava | ||
gloves = /obj/item/clothing/gloves/latex/nitrile/armored |