mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Merge pull request #14167 from okaw/newshoes
Changing bartender security icon + shoes to laceups
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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
|
||||
uniform = /obj/item/clothing/under/rank/janitor
|
||||
|
||||
Reference in New Issue
Block a user