mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Engineering ERT members get power tools (#56589)
Engi ERT now get power tools, upgraded RCDs, and a rapid pipe dispenser.
This commit is contained in:
@@ -712,6 +712,9 @@ RLD
|
||||
/obj/item/construction/rcd/loaded
|
||||
matter = 160
|
||||
|
||||
/obj/item/construction/rcd/loaded/upgraded
|
||||
upgrade = RCD_UPGRADE_FRAMES | RCD_UPGRADE_SIMPLE_CIRCUITS | RCD_UPGRADE_FURNISHING
|
||||
|
||||
/obj/item/construction/rcd/combat
|
||||
name = "industrial RCD"
|
||||
icon_state = "ircd"
|
||||
@@ -719,6 +722,7 @@ RLD
|
||||
max_matter = 500
|
||||
matter = 500
|
||||
canRturf = TRUE
|
||||
upgrade = RCD_UPGRADE_FRAMES | RCD_UPGRADE_SIMPLE_CIRCUITS | RCD_UPGRADE_FURNISHING
|
||||
|
||||
/obj/item/rcd_ammo
|
||||
name = "compressed matter cartridge"
|
||||
|
||||
@@ -98,6 +98,15 @@
|
||||
new /obj/item/multitool(src)
|
||||
new /obj/item/stack/cable_coil(src)
|
||||
|
||||
/obj/item/storage/belt/utility/full/powertools/PopulateContents()
|
||||
new /obj/item/screwdriver/power(src)
|
||||
new /obj/item/crowbar/power(src)
|
||||
new /obj/item/weldingtool/experimental(src)
|
||||
new /obj/item/multitool(src)
|
||||
new /obj/item/holosign_creator/atmos(src)
|
||||
new /obj/item/extinguisher/mini(src)
|
||||
new /obj/item/stack/cable_coil(src)
|
||||
|
||||
/obj/item/storage/belt/utility/full/engi/PopulateContents()
|
||||
new /obj/item/screwdriver(src)
|
||||
new /obj/item/wrench(src)
|
||||
@@ -107,7 +116,6 @@
|
||||
new /obj/item/multitool(src)
|
||||
new /obj/item/stack/cable_coil(src)
|
||||
|
||||
|
||||
/obj/item/storage/belt/utility/atmostech/PopulateContents()
|
||||
new /obj/item/screwdriver(src)
|
||||
new /obj/item/wrench(src)
|
||||
|
||||
@@ -131,12 +131,13 @@
|
||||
suit_store = /obj/item/gun/energy/e_gun
|
||||
glasses = /obj/item/clothing/glasses/meson/engine
|
||||
back = /obj/item/storage/backpack/ert/engineer
|
||||
belt = /obj/item/storage/belt/utility/full
|
||||
belt = /obj/item/storage/belt/utility/full/powertools
|
||||
l_pocket = /obj/item/rcd_ammo/large
|
||||
l_hand = /obj/item/storage/firstaid/regular
|
||||
backpack_contents = list(/obj/item/storage/box/survival/engineer=1,\
|
||||
/obj/item/melee/baton/loaded=1,\
|
||||
/obj/item/construction/rcd/loaded=1)
|
||||
/obj/item/construction/rcd/loaded/upgraded=1,\
|
||||
/obj/item/pipe_dispenser=1)
|
||||
|
||||
|
||||
/datum/outfit/centcom/ert/engineer/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE)
|
||||
@@ -156,7 +157,8 @@
|
||||
backpack_contents = list(/obj/item/storage/box/survival/engineer=1,\
|
||||
/obj/item/melee/baton/loaded=1,\
|
||||
/obj/item/gun/energy/pulse/pistol/loyalpin=1,\
|
||||
/obj/item/construction/rcd/combat=1)
|
||||
/obj/item/construction/rcd/combat=1,\
|
||||
/obj/item/pipe_dispenser=1)
|
||||
|
||||
|
||||
/datum/outfit/centcom/centcom_official
|
||||
|
||||
Reference in New Issue
Block a user