Engineering Toolbelt Adjustment (#8418)

This commit is contained in:
Geeves
2020-03-17 10:19:31 +01:00
committed by GitHub
parent af1d0170bd
commit 60cb8f56aa
2 changed files with 23 additions and 9 deletions
+15 -9
View File
@@ -1,7 +1,7 @@
/datum/job/chief_engineer
title = "Chief Engineer"
flag = CHIEF
head_position = 1
head_position = TRUE
department = "Engineering"
department_flag = ENGSEC
faction = "Station"
@@ -40,6 +40,7 @@
id = /obj/item/card/id/navy
shoes = /obj/item/clothing/shoes/workboots
l_ear = /obj/item/device/radio/headset/heads/ce
r_pocket = /obj/item/device/t_scanner
backpack = /obj/item/storage/backpack/industrial
satchel = /obj/item/storage/backpack/satchel_eng
@@ -47,9 +48,7 @@
messengerbag = /obj/item/storage/backpack/messenger/engi
belt_contents = list(
/obj/item/screwdriver = 1,
/obj/item/wrench = 1,
/obj/item/weldingtool = 1,
/obj/item/weldingtool/largetank = 1, // industrial welding tool
/obj/item/crowbar = 1,
/obj/item/wirecutters = 1,
/obj/item/stack/cable_coil/random = 1,
@@ -103,8 +102,6 @@
messengerbag = /obj/item/storage/backpack/messenger/engi
belt_contents = list(
/obj/item/screwdriver = 1,
/obj/item/wrench = 1,
/obj/item/weldingtool = 1,
/obj/item/crowbar = 1,
/obj/item/wirecutters = 1,
@@ -147,12 +144,12 @@
messengerbag = /obj/item/storage/backpack/messenger/engi
belt_contents = list(
/obj/item/screwdriver = 1,
/obj/item/wrench = 1,
/obj/item/weldingtool = 1,
/obj/item/crowbar = 1,
/obj/item/wirecutters = 1,
/obj/item/device/t_scanner = 1,
/obj/item/device/analyzer = 1,
/obj/item/pipewrench = 1,
/obj/item/powerdrill = 1
)
@@ -176,9 +173,18 @@
uniform = /obj/item/clothing/under/rank/engineer/apprentice
shoes = /obj/item/clothing/shoes/orange
head = /obj/item/clothing/head/beret/engineering
belt = /obj/item/storage/belt/utility
l_ear = /obj/item/device/radio/headset/headset_eng
belt_contents = list(
/obj/item/weldingtool = 1,
/obj/item/crowbar = 1,
/obj/item/wirecutters = 1,
/obj/item/stack/cable_coil/random = 1,
/obj/item/powerdrill = 1
)
backpack = /obj/item/storage/backpack/industrial
satchel = /obj/item/storage/backpack/satchel_eng
dufflebag = /obj/item/storage/backpack/duffel/eng
messengerbag = /obj/item/storage/backpack/messenger/engi
messengerbag = /obj/item/storage/backpack/messenger/engi
+8
View File
@@ -0,0 +1,8 @@
author: Geeves
delete-after: True
changes:
- rscadd: "Engineering Apprentices now spawn with toolbelts. Atmos Techs now spawn with a pipe wrench and analyzer."
- rscdel: "Screwdrivers and wrenches no longer spawn in engineer belts, they spawn with the impact wrench."
- tweak: "The Chief Engineer now starts with an industrial tier welding tool."