Skip to content

Commit

Permalink
engies spawn with their own jumpsuit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sord213 committed Apr 18, 2023
1 parent c43d84b commit 4c73ce9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/datums/jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ ABSTRACT_TYPE(/datum/job/engineering)
wages = PAY_TRADESMAN
slot_back = list(/obj/item/storage/backpack/engineering)
slot_belt = list(/obj/item/storage/belt/utility/prepared)
slot_jump = list(/obj/item/clothing/under/rank/mechanic)
slot_jump = list(/obj/item/clothing/under/rank/engineer)
slot_foot = list(/obj/item/clothing/shoes/orange)
slot_lhan = list(/obj/item/storage/toolbox/mechanical/engineer_spawn)
slot_glov = list(/obj/item/clothing/gloves/yellow)
Expand Down
4 changes: 2 additions & 2 deletions code/modules/vending/vending.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3074,8 +3074,8 @@ ABSTRACT_TYPE(/obj/machinery/vending/jobclothing)
..()
product_list += new/datum/data/vending_product(/obj/item/clothing/under/color/yellow, 5)
product_list += new/datum/data/vending_product(/obj/item/clothing/under/color/orange, 5)
product_list += new/datum/data/vending_product(/obj/item/clothing/under/rank/engineer, 4)
product_list += new/datum/data/vending_product(/obj/item/clothing/under/rank/mechanic, 2)
product_list += new/datum/data/vending_product(/obj/item/clothing/under/rank/engineer, 2)
product_list += new/datum/data/vending_product(/obj/item/clothing/under/rank/mechanic, 5)
product_list += new/datum/data/vending_product(/obj/item/clothing/under/misc/atmospheric_technician, 2)
product_list += new/datum/data/vending_product(/obj/item/clothing/under/rank/orangeoveralls, 2)
product_list += new/datum/data/vending_product(/obj/item/clothing/under/rank/orangeoveralls/yellow, 2)
Expand Down
2 changes: 2 additions & 0 deletions strings/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@

(t)tue apr 18 23
(u)Sord
(+)Engineers now spawn with their own jumpsuits instead of mechanics jumpsuits
(u)Caio029
(p)13643
(e)🆕📦|C-Feature, A-Game-Objects
Expand Down

0 comments on commit 4c73ce9

Please sign in to comment.