Fixes bartender uniform not appearing in security record photo.

Removing bar_suit icon in uniforms.dmi because it's identical to "barman"
Replaced instances of "ba_suit" and "bar_suit" with "barman" (so that the bartender uniform icon names follow the same pattern as other job uniforms ("chef", "captain", "hos", ...)
This commit is contained in:
phil235
2015-07-31 16:20:21 +02:00
parent 168e0a457b
commit 13e561e3e8
5 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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")