Better Fix

Basically 1:1's from Polaris for the extra T-Ray Scanner issue. Just change the belt's contents for AtmosTechs. Easier than I thought, yay.
This commit is contained in:
TheFurryFeline
2019-09-13 15:34:03 -04:00
parent 858fe4c39e
commit 006f91cbfc
4 changed files with 1 additions and 30 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
belt = /obj/item/weapon/storage/belt/utility/full
l_ear = /obj/item/device/radio/headset/headset_eng
shoes = /obj/item/clothing/shoes/boots/workboots
// r_pocket = /obj/item/device/t_scanner //TFF 13/9/19 - ChompStation Edit - Slight rework of how T-Ray scanners are spawned in with Engineers/Atmos Techs
r_pocket = /obj/item/device/t_scanner
backpack = /obj/item/weapon/storage/backpack/industrial
satchel_one = /obj/item/weapon/storage/backpack/satchel/eng
messenger_bag = /obj/item/weapon/storage/backpack/messenger/engi
@@ -1,27 +0,0 @@
//TFF 13/9/19 - ChompStation Edit - Slight rework of how T-Ray scanners
//are spawned in with Engineers/Atmos Techs
/decl/hierarchy/outfit/job/engineering/chief_engineer
name = OUTFIT_JOB_NAME("Chief engineer")
head = /obj/item/clothing/head/hardhat/white
uniform = /obj/item/clothing/under/rank/chief_engineer
r_pocket = /obj/item/device/t_scanner
l_ear = /obj/item/device/radio/headset/heads/ce
gloves = /obj/item/clothing/gloves/black
id_type = /obj/item/weapon/card/id/engineering/head
pda_type = /obj/item/device/pda/heads/ce
/decl/hierarchy/outfit/job/engineering/engineer
name = OUTFIT_JOB_NAME("Engineer")
head = /obj/item/clothing/head/hardhat
uniform = /obj/item/clothing/under/rank/engineer
r_pocket = /obj/item/device/t_scanner
id_type = /obj/item/weapon/card/id/engineering/engineer
pda_type = /obj/item/device/pda/engineering
/decl/hierarchy/outfit/job/engineering/atmos
name = OUTFIT_JOB_NAME("Atmospheric technician")
uniform = /obj/item/clothing/under/rank/atmospheric_technician
belt = /obj/item/weapon/storage/belt/utility/atmostech
id_type = /obj/item/weapon/card/id/engineering/atmos
pda_type = /obj/item/device/pda/atmos
@@ -87,7 +87,6 @@
/obj/item/weapon/weldingtool,
/obj/item/weapon/crowbar,
/obj/item/weapon/wirecutters,
/obj/item/device/t_scanner
)
/obj/item/weapon/storage/belt/utility/chief
-1
View File
@@ -299,7 +299,6 @@
#include "code\datums\outfits\jobs\civilian.dm"
#include "code\datums\outfits\jobs\command.dm"
#include "code\datums\outfits\jobs\engineering.dm"
#include "code\datums\outfits\jobs\engineering_ch.dm"
#include "code\datums\outfits\jobs\job.dm"
#include "code\datums\outfits\jobs\medical.dm"
#include "code\datums\outfits\jobs\misc.dm"