mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #11589 from VOREStation/upstream-merge-8293
[MIRROR] Adds multitools to roboticist/engi toolbelts
This commit is contained in:
committed by
Chompstation Bot
parent
0edc9e806f
commit
33deecbad3
@@ -1,6 +1,6 @@
|
|||||||
/decl/hierarchy/outfit/job/engineering
|
/decl/hierarchy/outfit/job/engineering
|
||||||
hierarchy_type = /decl/hierarchy/outfit/job/engineering
|
hierarchy_type = /decl/hierarchy/outfit/job/engineering
|
||||||
belt = /obj/item/weapon/storage/belt/utility/full
|
belt = /obj/item/weapon/storage/belt/utility/full/multitool
|
||||||
l_ear = /obj/item/device/radio/headset/headset_eng
|
l_ear = /obj/item/device/radio/headset/headset_eng
|
||||||
shoes = /obj/item/clothing/shoes/boots/workboots
|
shoes = /obj/item/clothing/shoes/boots/workboots
|
||||||
r_pocket = /obj/item/device/t_scanner
|
r_pocket = /obj/item/device/t_scanner
|
||||||
|
|||||||
@@ -34,7 +34,7 @@
|
|||||||
name = OUTFIT_JOB_NAME("Roboticist")
|
name = OUTFIT_JOB_NAME("Roboticist")
|
||||||
uniform = /obj/item/clothing/under/rank/roboticist
|
uniform = /obj/item/clothing/under/rank/roboticist
|
||||||
shoes = /obj/item/clothing/shoes/black
|
shoes = /obj/item/clothing/shoes/black
|
||||||
belt = /obj/item/weapon/storage/belt/utility/full
|
belt = /obj/item/weapon/storage/belt/utility/full/multitool
|
||||||
id_type = /obj/item/weapon/card/id/science
|
id_type = /obj/item/weapon/card/id/science
|
||||||
pda_slot = slot_r_store
|
pda_slot = slot_r_store
|
||||||
pda_type = /obj/item/device/pda/roboticist
|
pda_type = /obj/item/device/pda/roboticist
|
||||||
|
|||||||
@@ -85,13 +85,24 @@
|
|||||||
/obj/item/stack/cable_coil/random_belt
|
/obj/item/stack/cable_coil/random_belt
|
||||||
)
|
)
|
||||||
|
|
||||||
/obj/item/weapon/storage/belt/utility/atmostech
|
/obj/item/weapon/storage/belt/utility/full/multitool
|
||||||
starts_with = list(
|
starts_with = list(
|
||||||
/obj/item/weapon/tool/screwdriver,
|
/obj/item/weapon/tool/screwdriver,
|
||||||
/obj/item/weapon/tool/wrench,
|
/obj/item/weapon/tool/wrench,
|
||||||
/obj/item/weapon/weldingtool,
|
/obj/item/weapon/weldingtool,
|
||||||
/obj/item/weapon/tool/crowbar,
|
/obj/item/weapon/tool/crowbar,
|
||||||
/obj/item/weapon/tool/wirecutters,
|
/obj/item/weapon/tool/wirecutters,
|
||||||
|
/obj/item/stack/cable_coil/random_belt,
|
||||||
|
/obj/item/device/multitool
|
||||||
|
)
|
||||||
|
|
||||||
|
/obj/item/weapon/storage/belt/utility/atmostech
|
||||||
|
starts_with = list(
|
||||||
|
/obj/item/weapon/tool/screwdriver,
|
||||||
|
/obj/item/weapon/tool/wrench,
|
||||||
|
/obj/item/weapon/weldingtool,
|
||||||
|
/obj/item/weapon/tool/crowbar,
|
||||||
|
/obj/item/weapon/tool/wirecutters
|
||||||
)
|
)
|
||||||
|
|
||||||
/obj/item/weapon/storage/belt/utility/chief
|
/obj/item/weapon/storage/belt/utility/chief
|
||||||
|
|||||||
Reference in New Issue
Block a user