From 92c125cf050e9ffe469e5714d602dc7e47cf1c87 Mon Sep 17 00:00:00 2001 From: Okaw Date: Wed, 30 Dec 2015 10:08:39 -0500 Subject: [PATCH 1/2] Changing bartender shoes icon to "laceups" For fancy bartending. --- code/datums/datacore.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/datacore.dm b/code/datums/datacore.dm index 095b53dd585..e7fd719cc41 100644 --- a/code/datums/datacore.dm +++ b/code/datums/datacore.dm @@ -371,7 +371,7 @@ var/record_id_num = 1001 clothes_s.Blend(icon('icons/mob/suit.dmi', "suspenders"), ICON_OVERLAY) if("Bartender") 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/feet.dmi', "laceups"), ICON_UNDERLAY) clothes_s.Blend(icon('icons/mob/suit.dmi', "armor"), ICON_OVERLAY) if("Quartermaster") clothes_s = icon('icons/mob/uniform.dmi', "qm_s") From 8ddae3850b6825922845b1d712d7a2dec702c6de Mon Sep 17 00:00:00 2001 From: Okaw Date: Wed, 30 Dec 2015 16:58:31 -0500 Subject: [PATCH 2/2] Really changing bartender spawnshoes to laceup Because last time it was just the security icons --- code/game/jobs/job/cargo_service.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/game/jobs/job/cargo_service.dm b/code/game/jobs/job/cargo_service.dm index 496aa1d9a38..cd512286c10 100644 --- a/code/game/jobs/job/cargo_service.dm +++ b/code/game/jobs/job/cargo_service.dm @@ -117,7 +117,8 @@ Bartender uniform = /obj/item/clothing/under/rank/bartender suit = /obj/item/clothing/suit/armor/vest backpack_contents = list(/obj/item/ammo_casing/shotgun/beanbag=4) - + shoes = /obj/item/clothing/shoes/laceup + /* Cook */ @@ -211,4 +212,4 @@ Janitor belt = /obj/item/device/pda/janitor ears = /obj/item/device/radio/headset/headset_srv - uniform = /obj/item/clothing/under/rank/janitor \ No newline at end of file + uniform = /obj/item/clothing/under/rank/janitor