diff --git a/code/WorkInProgress/SkyMarshal/officer_stuff.dm b/code/WorkInProgress/SkyMarshal/officer_stuff.dm index 3bfac7e3be7..eb47b128360 100644 --- a/code/WorkInProgress/SkyMarshal/officer_stuff.dm +++ b/code/WorkInProgress/SkyMarshal/officer_stuff.dm @@ -25,6 +25,7 @@ item_state = "g_suit" _color = "officer" displays_id = 0 + flags = FPRINT | TABLEPASS | ONESIZEFITSALL /obj/item/clothing/under/rank/centcom/officer desc = "Gold trim on space-black cloth, this uniform displays the rank of \"Lieutenant Commander\" and bears \"N.C.V. Fearless CV-286\" on the left shounder." @@ -33,6 +34,7 @@ item_state = "g_suit" _color = "officer" displays_id = 0 + flags = FPRINT | TABLEPASS | ONESIZEFITSALL /obj/item/clothing/under/rank/centcom/captain desc = "Gold trim on space-black cloth, this uniform displays the rank of \"Captain\" and bears \"N.C.V. Fearless CV-286\" on the left shounder." diff --git a/icons/mob/uniform_fat.dmi b/icons/mob/uniform_fat.dmi index 42f6a95dfb8..3d3b3af2296 100644 Binary files a/icons/mob/uniform_fat.dmi and b/icons/mob/uniform_fat.dmi differ