This commit is contained in:
Zonespace
2022-05-27 17:57:13 +01:00
committed by GitHub
parent c19c53f337
commit 2ba728ade2
8 changed files with 10 additions and 10 deletions
@@ -68,7 +68,7 @@
backpack = /obj/item/storage/backpack/head_of_personnel // SKYRAT EDIT CHANGE - HOP DRIP
satchel = /obj/item/storage/backpack/satchel/head_of_personnel // SKYRAT EDIT CHANGE - HOP DRIP
duffelbag = /obj/item/storage/backpack/duffel/head_of_personnel // SKYRAT EDIT CHANGE - HOP DRIP
duffelbag = /obj/item/storage/backpack/duffelbag/head_of_personnel // SKYRAT EDIT CHANGE - HOP DRIP
chameleon_extras = list(
/obj/item/gun/energy/e_gun,
+1 -1
View File
@@ -51,7 +51,7 @@
backpack = /obj/item/storage/backpack/science/robo //SKYRAT CHANGE - Roboticist Bags (CHANGE)
satchel = /obj/item/storage/backpack/satchel/tox/robo //SKYRAT CHANGE - Roboticist Bags (CHANGE)
duffelbag = /obj/item/storage/backpack/duffel/robo //SKYRAT CHANGE - Roboticist Bags (ADDITION)
duffelbag = /obj/item/storage/backpack/duffelbag/robo //SKYRAT CHANGE - Roboticist Bags (ADDITION)
pda_slot = ITEM_SLOT_LPOCKET
skillchips = list(/obj/item/skillchip/job/roboticist)
@@ -59,7 +59,7 @@
implants = list(/obj/item/implant/mindshield)
backpack = /obj/item/storage/backpack/blueshield
satchel = /obj/item/storage/backpack/satchel/blueshield
duffelbag = /obj/item/storage/backpack/duffel/blueshield
duffelbag = /obj/item/storage/backpack/duffelbag/blueshield
head = /obj/item/clothing/head/beret/blueshield
box = /obj/item/storage/box/survival/security
belt = /obj/item/modular_computer/tablet/pda/security
@@ -102,7 +102,7 @@
icon_state = "satchel-blueshield"
inhand_icon_state = "satchel-sec"
/obj/item/storage/backpack/duffel/blueshield
/obj/item/storage/backpack/duffelbag/blueshield
name = "blueshield duffelbag"
desc = "A robust duffelbag issued to Nanotrasen's finest."
icon = 'modular_skyrat/modules/blueshield/icons/blueshieldpacks.dmi'
@@ -46,7 +46,7 @@
/obj/item/clothing/neck/mantle/bsmantle = 1,
/obj/item/storage/backpack/blueshield = 1,
/obj/item/storage/backpack/satchel/blueshield = 1,
/obj/item/storage/backpack/duffel/blueshield = 1,
/obj/item/storage/backpack/duffelbag/blueshield = 1,
/obj/item/clothing/shoes/laceup = 1
)
access_lists["[ACCESS_HOP]"] = list( // Best head btw
@@ -65,7 +65,7 @@
/obj/item/clothing/neck/mantle/hopmantle = 1,
/obj/item/storage/backpack/head_of_personnel = 1,
/obj/item/storage/backpack/satchel/head_of_personnel = 1,
/obj/item/storage/backpack/duffel/head_of_personnel = 1,
/obj/item/storage/backpack/duffelbag/head_of_personnel = 1,
/obj/item/clothing/shoes/sneakers/brown = 1
)
access_lists["[ACCESS_CMO]"] = list(
@@ -18,7 +18,7 @@
icon_state = "satchel_hop"
inhand_icon_state = "satchel_hop"
/obj/item/storage/backpack/duffel/head_of_personnel
/obj/item/storage/backpack/duffelbag/head_of_personnel
name = "head of personnel duffelbag"
desc = "A robust duffelbag issued to Nanotrasen's finest second."
icon = 'modular_skyrat/modules/hop_drip/icons/hop_packs.dmi'
@@ -16,7 +16,7 @@
worn_icon = 'modular_skyrat/modules/roboclothes/icons/robobag_onmob.dmi'
icon_state = "satchel-robo"
/obj/item/storage/backpack/duffel/robo
/obj/item/storage/backpack/duffelbag/robo
name = "robotics duffelbag"
desc = "A sleek, industrial-strength duffelbag issued to robotics personnel. Smells faintly of oil."
icon = 'modular_skyrat/modules/roboclothes/icons/robobag_item.dmi'
@@ -1,5 +1,5 @@
/obj/machinery/vending/wardrobe/robo_wardrobe/Initialize()
products[/obj/item/storage/backpack/science/robo] = 3
products[/obj/item/storage/backpack/satchel/tox/robo] = 3
products[/obj/item/storage/backpack/duffel/robo] = 3
. = ..()
products[/obj/item/storage/backpack/duffelbag/robo] = 3
. = ..()