mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
Merge pull request #9441 from Thunder12345/yousawnothing
Removes duplicate armoralt state in suit.dmi
This commit is contained in:
@@ -370,7 +370,7 @@ var/record_id_num = 1001
|
||||
if("Bartender")
|
||||
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/suit.dmi', "armoralt"), ICON_OVERLAY)
|
||||
clothes_s.Blend(icon('icons/mob/suit.dmi', "armor"), ICON_OVERLAY)
|
||||
if("Quartermaster")
|
||||
clothes_s = icon('icons/mob/uniform.dmi', "qm_s")
|
||||
clothes_s.Blend(icon('icons/mob/feet.dmi', "brown"), ICON_UNDERLAY)
|
||||
|
||||
@@ -116,7 +116,7 @@
|
||||
if(BARTENDER)
|
||||
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/suit.dmi', "armoralt"), ICON_OVERLAY)
|
||||
clothes_s.Blend(new /icon('icons/mob/suit.dmi', "armor"), ICON_OVERLAY)
|
||||
if(backbag == 2)
|
||||
clothes_s.Blend(new /icon('icons/mob/back.dmi', "backpack"), ICON_OVERLAY)
|
||||
else if(backbag == 3)
|
||||
|
||||
Reference in New Issue
Block a user