mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
Merge pull request #10952 from phil235/BartenderSecPhotoFix
Fixes bartender uniform not appearing in security record photo.
This commit is contained in:
@@ -370,7 +370,7 @@ var/record_id_num = 1001
|
||||
clothes_s.Blend(icon('icons/mob/mask.dmi', "mime"), ICON_OVERLAY)
|
||||
clothes_s.Blend(icon('icons/mob/suit.dmi', "suspenders"), ICON_OVERLAY)
|
||||
if("Bartender")
|
||||
clothes_s = icon('icons/mob/uniform.dmi', "ba_suit_s")
|
||||
clothes_s = icon('icons/mob/uniform.dmi', "barman_s")
|
||||
clothes_s.Blend(icon('icons/mob/feet.dmi', "black"), ICON_UNDERLAY)
|
||||
clothes_s.Blend(icon('icons/mob/suit.dmi', "armor"), ICON_OVERLAY)
|
||||
if("Quartermaster")
|
||||
|
||||
Reference in New Issue
Block a user