mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-25 14:16:30 +01:00
Merge pull request #8636 from Greenjoe12345/clothingmay22
clothing port May 2022
This commit is contained in:
@@ -417,6 +417,35 @@
|
||||
desc = "A green sports backpack for plant related work."
|
||||
icon_state = "backsport_hydro"
|
||||
|
||||
/*
|
||||
* Rucksacks
|
||||
*/
|
||||
|
||||
/obj/item/storage/backpack/rucksack
|
||||
name = "black rucksack"
|
||||
desc = "A rugged rucksack, popular with outdoorsmen"
|
||||
icon_state = "rucksack"
|
||||
item_state_slots = list(slot_r_hand_str = "rucksack", slot_l_hand_str = "rucksack")
|
||||
|
||||
/obj/item/storage/backpack/rucksack/blue
|
||||
name = "blue rucksack"
|
||||
icon_state = "rucksack_blue"
|
||||
item_state_slots = list(slot_r_hand_str = "rucksack_blue", slot_l_hand_str = "rucksack_blue")
|
||||
|
||||
/obj/item/storage/backpack/rucksack/green
|
||||
name = "green rucksack"
|
||||
icon_state = "rucksack_green"
|
||||
item_state_slots = list(slot_r_hand_str = "rucksack_green", slot_l_hand_str = "rucksack_green")
|
||||
|
||||
/obj/item/storage/backpack/rucksack/navy
|
||||
name = "navy rucksack"
|
||||
icon_state = "rucksack_navy"
|
||||
item_state_slots = list(slot_r_hand_str = "rucksack_navy", slot_l_hand_str = "rucksack_navy")
|
||||
|
||||
/obj/item/storage/backpack/rucksack/tan
|
||||
name = "tan rucksack"
|
||||
icon_state = "rucksack_tan"
|
||||
item_state_slots = list(slot_r_hand_str = "rucksack_tan", slot_l_hand_str = "rucksack_tan")
|
||||
|
||||
//Purses
|
||||
/obj/item/storage/backpack/purse
|
||||
|
||||
@@ -61,6 +61,7 @@
|
||||
/obj/item/clothing/under/rank/janitor,
|
||||
/obj/item/clothing/under/dress/maid/janitor,
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/janitor,
|
||||
/obj/item/clothing/mask/surgical/dust,
|
||||
/obj/item/radio/headset/headset_service,
|
||||
/obj/item/cartridge/janitor,
|
||||
/obj/item/clothing/gloves/black,
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
/obj/item/clothing/under/rank/chief_engineer,
|
||||
/obj/item/clothing/under/rank/chief_engineer/skirt,
|
||||
/obj/item/clothing/head/hardhat/white,
|
||||
/obj/item/clothing/mask/surgical/dust,
|
||||
/obj/item/clothing/head/welding,
|
||||
/obj/item/clothing/gloves/yellow,
|
||||
/obj/item/clothing/shoes/brown,
|
||||
@@ -72,6 +73,7 @@
|
||||
/obj/item/radio/headset/headset_eng,
|
||||
/obj/item/radio/headset/headset_eng/alt,
|
||||
/obj/item/clothing/suit/storage/hazardvest,
|
||||
/obj/item/clothing/mask/surgical/dust,
|
||||
/obj/item/clothing/mask/gas,
|
||||
/obj/item/clothing/glasses/meson,
|
||||
/obj/item/cartridge/engineering,
|
||||
|
||||
Reference in New Issue
Block a user