Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

РД изначально получает пояс с инструментами #13759

Closed
wants to merge 15 commits into from
5 changes: 3 additions & 2 deletions code/datums/outfits/jobs/science.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
uniform = /obj/item/clothing/under/rank/research_director
shoes = /obj/item/clothing/shoes/brown
suit = /obj/item/clothing/suit/storage/labcoat

belt = /obj/item/device/pda/heads/rd
belt = /obj/item/weapon/storage/belt/utility/full
l_ear = /obj/item/device/radio/headset/heads/rd

l_pocket = /obj/item/device/pda/heads/rd

back_style = BACKPACK_STYLE_RESEARCH

/datum/outfit/job/rd/pre_equip(mob/living/carbon/human/H)
Expand Down
Loading