-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
226f44c
commit 231226b
Showing
17 changed files
with
231 additions
and
1,108 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,223 @@ | ||
//==================Corporate Liaison==================\\ | ||
/obj/item/clothing/suit/storage/jacket/marine/vest | ||
name = "casual vest" | ||
desc = "A brown vest." | ||
icon_state = "vest_brown" | ||
item_state = "vest_brown" | ||
has_buttons = FALSE | ||
flags_atom = NO_SNOW_TYPE | ||
|
||
/obj/item/clothing/suit/storage/jacket/marine/vest/tan | ||
name = "casual vest" | ||
desc = "A tan vest." | ||
icon_state = "vest_tan" | ||
item_state = "vest_tan" | ||
has_buttons = FALSE | ||
|
||
/obj/item/clothing/suit/storage/jacket/marine/vest/grey | ||
name = "casual vest" | ||
desc = "A casual grey vest." | ||
icon_state = "vest_grey" | ||
item_state = "vest_grey" | ||
has_buttons = FALSE | ||
|
||
/obj/item/clothing/suit/storage/jacket/marine/corporate | ||
name = "suit jacket" | ||
desc = "A khaki suit jacket." | ||
icon_state = "corporate_ivy" | ||
item_state = "corporate_ivy" | ||
has_buttons = FALSE | ||
flags_atom = NO_SNOW_TYPE | ||
|
||
/obj/item/clothing/suit/storage/jacket/marine/corporate/formal | ||
name = "suit jacket" | ||
desc = "An ivory suit jacket; a Weyland-Yutani corporate badge is attached to the right lapel." | ||
icon_state = "corporate_formal" | ||
item_state = "corporate_formal" | ||
has_buttons = FALSE | ||
|
||
/obj/item/clothing/suit/storage/jacket/marine/corporate/black | ||
name = "suit jacket" | ||
desc = "A black suit jacket." | ||
icon_state = "corporate_black" | ||
item_state = "corporate_black" | ||
has_buttons = FALSE | ||
|
||
/obj/item/clothing/suit/storage/jacket/marine/corporate/brown | ||
name = "suit jacket" | ||
desc = "A brown suit jacket." | ||
icon_state = "corporate_brown" | ||
item_state = "corporate_brown" | ||
has_buttons = FALSE | ||
|
||
/obj/item/clothing/suit/storage/jacket/marine/corporate/blue | ||
name = "suit jacket" | ||
desc = "A blue suit jacket." | ||
icon_state = "corporate_blue" | ||
item_state = "corporate_blue" | ||
has_buttons = FALSE | ||
|
||
/obj/item/clothing/suit/storage/jacket/marine/bomber | ||
name = "bomber jacket" | ||
desc = "A khaki bomber jacket popular among stationeers and blue-collar workers everywhere." | ||
icon_state = "jacket_khaki" | ||
item_state = "jacket_khaki" | ||
has_buttons = FALSE | ||
flags_atom = NO_SNOW_TYPE | ||
|
||
/obj/item/clothing/suit/storage/jacket/marine/bomber/red | ||
name = "bomber jacket" | ||
desc = "A reddish-brown bomber jacket popular among stationeers and blue-collar workers everywhere." | ||
icon_state = "jacket_red" | ||
item_state = "jacket_red" | ||
has_buttons = FALSE | ||
|
||
/obj/item/clothing/suit/storage/jacket/marine/bomber/grey | ||
name = "bomber jacket" | ||
desc = "A blue-grey bomber jacket popular among stationeers and blue-collar workers everywhere." | ||
icon_state = "jacket_grey" | ||
item_state = "jacket_grey" | ||
has_buttons = FALSE | ||
|
||
/obj/item/clothing/suit/storage/apron/overalls | ||
name = "coveralls" | ||
desc = "A pair of denim overalls. With a large pocket in the front these overalls are popular with workers of all kinds." | ||
icon_state = "overalls" | ||
item_state = "overalls" | ||
flags_armor_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN|BODY_FLAG_LEGS | ||
allowed = list( | ||
/obj/item/weapon/gun, | ||
/obj/item/ammo_magazine, | ||
/obj/item/ammo_casing, | ||
/obj/item/weapon/baton, | ||
/obj/item/handcuffs, | ||
/obj/item/storage/fancy/cigarettes, | ||
/obj/item/tool/lighter, | ||
/obj/item/device/taperecorder, | ||
|
||
/obj/item/device/flashlight, | ||
/obj/item/device/healthanalyzer, | ||
/obj/item/device/radio, | ||
/obj/item/tank/emergency_oxygen, | ||
/obj/item/tool/crowbar, | ||
/obj/item/tool/pen, | ||
) | ||
valid_accessory_slots = list(ACCESSORY_SLOT_MEDAL) | ||
|
||
/obj/item/clothing/suit/storage/apron/overalls/tan | ||
name = "coveralls" | ||
desc = "A pair of tan overalls. With a large pocket in the front these overalls are popular with workers of all kinds." | ||
icon_state = "overalls_tan" | ||
item_state = "overalls_tan" | ||
|
||
/obj/item/clothing/suit/storage/apron/overalls/red | ||
name = "coveralls" | ||
desc = "A pair of reddish-brown overalls. With a large pocket in the front these overalls are popular with workers of all kinds." | ||
icon_state = "overalls_red" | ||
item_state = "overalls_red" | ||
|
||
|
||
/obj/item/clothing/suit/apron | ||
name = "apron" | ||
desc = "A basic blue apron." | ||
icon_state = "apron" | ||
item_state = "apron" | ||
blood_overlay_type = "armor" | ||
flags_armor_protection = 0 | ||
allowed = list ( | ||
/obj/item/reagent_container/spray/plantbgone, | ||
/obj/item/device/analyzer/plant_analyzer, | ||
/obj/item/seeds,/obj/item/reagent_container/glass/fertilizer, | ||
/obj/item/tool/minihoe, | ||
|
||
/obj/item/device/flashlight, | ||
/obj/item/device/healthanalyzer, | ||
/obj/item/device/radio, | ||
/obj/item/tank/emergency_oxygen, | ||
/obj/item/tool/crowbar, | ||
/obj/item/tool/pen, | ||
) | ||
|
||
/obj/item/clothing/suit/chef/classic | ||
name = "A classic chef's apron." | ||
desc = "A basic, dull, white chef's apron." | ||
icon_state = "apronchef" | ||
item_state = "apronchef" | ||
blood_overlay_type = "armor" | ||
flags_armor_protection = 0 | ||
allowed = list ( | ||
/obj/item/tool/kitchen/knife, | ||
/obj/item/tool/kitchen/knife/butcher, | ||
|
||
/obj/item/device/flashlight, | ||
/obj/item/device/healthanalyzer, | ||
/obj/item/device/radio, | ||
/obj/item/tank/emergency_oxygen, | ||
/obj/item/tool/crowbar, | ||
/obj/item/tool/pen, | ||
) | ||
|
||
//Engineering | ||
/obj/item/clothing/suit/storage/hazardvest | ||
name = "orange hazard vest" | ||
desc = "An orange high-visibility vest used in work zones." | ||
icon_state = "hazard" | ||
item_state = "hazard" | ||
blood_overlay_type = "armor" | ||
allowed = list ( | ||
/obj/item/device/analyzer, | ||
/obj/item/device/multitool, | ||
/obj/item/device/pipe_painter, | ||
/obj/item/device/radio, | ||
/obj/item/device/t_scanner, | ||
/obj/item/tool/crowbar, | ||
/obj/item/tool/screwdriver, | ||
/obj/item/tool/weldingtool, | ||
/obj/item/tool/wirecutters, | ||
/obj/item/tool/wrench, | ||
/obj/item/clothing/mask/gas, | ||
|
||
/obj/item/weapon/gun, | ||
/obj/item/storage/fancy/cigarettes, | ||
/obj/item/tool/lighter, | ||
/obj/item/weapon/baton, | ||
/obj/item/handcuffs, | ||
/obj/item/device/binoculars, | ||
/obj/item/attachable/bayonet, | ||
/obj/item/storage/belt/gun/m4a3, | ||
/obj/item/storage/belt/gun/m44, | ||
/obj/item/storage/belt/gun/mateba, | ||
/obj/item/storage/belt/gun/smartpistol, | ||
|
||
/obj/item/device/flashlight, | ||
/obj/item/device/healthanalyzer, | ||
/obj/item/device/radio, | ||
/obj/item/tank/emergency_oxygen, | ||
/obj/item/tool/crowbar, | ||
/obj/item/tool/crew_monitor, | ||
/obj/item/tool/pen, | ||
/obj/item/storage/large_holster/machete, | ||
/obj/item/storage/large_holster/katana, | ||
/obj/item/device/motiondetector, | ||
) | ||
flags_armor_protection = BODY_FLAG_CHEST | ||
valid_accessory_slots = list(ACCESSORY_SLOT_MEDAL) | ||
|
||
/obj/item/clothing/suit/storage/hazardvest/blue | ||
name = "blue hazard vest" | ||
desc = "A blue high-visibility vest used in work zones." | ||
icon_state = "hazard_blue" | ||
item_state = "hazard_blue" | ||
|
||
/obj/item/clothing/suit/storage/hazardvest/yellow | ||
name = "yellow hazard vest" | ||
desc = "A yellow high-visibility vest used in work zones." | ||
icon_state = "hazard_yellow" | ||
item_state = "hazard_yellow" | ||
|
||
/obj/item/clothing/suit/storage/hazardvest/black | ||
name = "black hazard vest" | ||
desc = "A niche-market, black, allegedly high-visibility vest supposedly used in work zones. Features extra-reflective tapes. The etiquette on the vest insists that it's fully compliant with all the United American workplace safety standards." | ||
icon_state = "hazard_black" | ||
item_state = "hazard_black" |
Oops, something went wrong.