Skip to content

Commit

Permalink
fixes ci lol
Browse files Browse the repository at this point in the history
  • Loading branch information
thgvr committed Jul 14, 2023
1 parent 687702e commit a8ba398
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/atmospheric_technician.dm
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
alt_suit = /obj/item/clothing/suit/hazardvest
neck = /obj/item/clothing/neck/tie/light_blue

backpack_contents = list(/obj/item/modular_computer/tablet/preset/advanced=1, /obj/item/storage/belt/utility/atmostech=1)
backpack_contents = list(/obj/item/modular_computer/tablet/preset/advanced=1)

//Shiptest
/datum/outfit/job/atmos/gec
Expand Down
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/chief_engineer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
head = /obj/item/clothing/head/hardhat/white
gloves = null
neck = /obj/item/clothing/neck/tie/green
backpack_contents = list(/obj/item/melee/classic_baton/telescopic=1, /obj/item/modular_computer/tablet/preset/advanced=1, /obj/item/storage/belt/utility/chief/full=1, /obj/item/clothing/gloves/color/black=1)
backpack_contents = list(/obj/item/melee/classic_baton/telescopic=1, /obj/item/modular_computer/tablet/preset/advanced=1, /obj/item/clothing/gloves/color/black=1)

/datum/outfit/job/ce/gec
name = "Chief Engineer (GEC)"
Expand Down
2 changes: 0 additions & 2 deletions code/modules/jobs/job_types/roboticist.dm
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@
dcoat = null
neck = /obj/item/clothing/neck/tie/black

backpack_contents = list(/obj/item/storage/belt/utility/full=1)

//Shiptest Outfits

/datum/outfit/job/roboticist/technician
Expand Down
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/station_engineer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
shoes = /obj/item/clothing/shoes/laceup
head = /obj/item/clothing/head/hardhat
neck = /obj/item/clothing/neck/tie/orange
backpack_contents = list(/obj/item/modular_computer/tablet/preset/advanced=1, /obj/item/storage/belt/utility/full/engi=1)
backpack_contents = list(/obj/item/modular_computer/tablet/preset/advanced=1)

/datum/outfit/job/engineer/telecomsspecialist
name = "Station Engineer (Telecommunications Specialist)"
Expand Down

0 comments on commit a8ba398

Please sign in to comment.