mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 18:11:47 +00:00
Removes duplicate armoralt state in suit.dmi
This commit is contained in:
@@ -370,7 +370,7 @@ var/record_id_num = 1001
|
|||||||
if("Bartender")
|
if("Bartender")
|
||||||
clothes_s = icon('icons/mob/uniform.dmi', "ba_suit_s")
|
clothes_s = icon('icons/mob/uniform.dmi', "ba_suit_s")
|
||||||
clothes_s.Blend(icon('icons/mob/feet.dmi', "black"), ICON_UNDERLAY)
|
clothes_s.Blend(icon('icons/mob/feet.dmi', "black"), ICON_UNDERLAY)
|
||||||
clothes_s.Blend(icon('icons/mob/suit.dmi', "armoralt"), ICON_OVERLAY)
|
clothes_s.Blend(icon('icons/mob/suit.dmi', "armor"), ICON_OVERLAY)
|
||||||
if("Quartermaster")
|
if("Quartermaster")
|
||||||
clothes_s = icon('icons/mob/uniform.dmi', "qm_s")
|
clothes_s = icon('icons/mob/uniform.dmi', "qm_s")
|
||||||
clothes_s.Blend(icon('icons/mob/feet.dmi', "brown"), ICON_UNDERLAY)
|
clothes_s.Blend(icon('icons/mob/feet.dmi', "brown"), ICON_UNDERLAY)
|
||||||
|
|||||||
@@ -116,7 +116,7 @@
|
|||||||
if(BARTENDER)
|
if(BARTENDER)
|
||||||
clothes_s = new /icon('icons/mob/uniform.dmi', "bar_suit_s")
|
clothes_s = new /icon('icons/mob/uniform.dmi', "bar_suit_s")
|
||||||
clothes_s.Blend(new /icon('icons/mob/feet.dmi', "black"), ICON_OVERLAY)
|
clothes_s.Blend(new /icon('icons/mob/feet.dmi', "black"), ICON_OVERLAY)
|
||||||
clothes_s.Blend(new /icon('icons/mob/suit.dmi', "armoralt"), ICON_OVERLAY)
|
clothes_s.Blend(new /icon('icons/mob/suit.dmi', "armor"), ICON_OVERLAY)
|
||||||
if(backbag == 2)
|
if(backbag == 2)
|
||||||
clothes_s.Blend(new /icon('icons/mob/back.dmi', "backpack"), ICON_OVERLAY)
|
clothes_s.Blend(new /icon('icons/mob/back.dmi', "backpack"), ICON_OVERLAY)
|
||||||
else if(backbag == 3)
|
else if(backbag == 3)
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 245 KiB After Width: | Height: | Size: 242 KiB |
Reference in New Issue
Block a user