mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-24 20:46:29 +01:00
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:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user