Update labcoat sprite references to their new locations. (#30018)

* Update labcoat sprite references to their new locations. Fixes #30001

* Small fix to robowhite labcoat path

Signed-off-by: Alan <alfalfascout@users.noreply.github.com>

---------

Signed-off-by: Alan <alfalfascout@users.noreply.github.com>
This commit is contained in:
Alan
2025-08-14 02:53:09 -04:00
committed by GitHub
parent 4e283edd77
commit a9144d3ceb
2 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -1264,7 +1264,7 @@
if(JOB_XENOBIOLOGIST)
clothes_s = new /icon('icons/mob/clothing/under/rnd.dmi', "science_s")
clothes_s.Blend(new /icon('icons/mob/clothing/feet.dmi', "white"), ICON_UNDERLAY)
clothes_s.Blend(new /icon('icons/mob/clothing/suit.dmi', "labcoat_tox_open"), ICON_OVERLAY)
clothes_s.Blend(new /icon('icons/mob/clothing/suits/labcoat.dmi', "labcoat_science_open"), ICON_OVERLAY)
clothes_s.Blend(new /icon('icons/mob/clothing/hands.dmi', "nitrilegloves"), ICON_OVERLAY)
if(prob(50))
clothes_s.Blend(new /icon('icons/mob/clothing/mask.dmi', "sterile"), ICON_OVERLAY)