Skip to content

Commit

Permalink
Убираем очепятку
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantornRU committed Nov 29, 2023
1 parent 55b7a6f commit 36eeff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/jobs/code/job/medical_jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
head = /obj/item/clothing/head/surgery/green/light
uniform = /obj/item/clothing/under/rank/medical/scrubs/green/light

/datum/outfit/job/pre_equip(mob/living/carbon/human/H, visualsOnly)
/datum/outfit/job/doctor/pre_equip(mob/living/carbon/human/H, visualsOnly)
. = ..()
if(H.gender == FEMALE)
uniform = /obj/item/clothing/under/rank/medical/doctor/skirt

0 comments on commit 36eeff5

Please sign in to comment.