diff --git a/html/changelogs/archive/2024-10.yml b/html/changelogs/archive/2024-10.yml index 1990d91292..5632d98a06 100644 --- a/html/changelogs/archive/2024-10.yml +++ b/html/changelogs/archive/2024-10.yml @@ -6,3 +6,8 @@ 2024-10-05: Just-Sim: - bugfix: fixes bugs brought about by the emote panel +2024-10-07: + SaraSayomi: + - bugfix: Crop top + - bugfix: HOP parade + - bugfix: explorer suit (fukin spaget code) diff --git a/icons/mob/clothing/suit.dmi b/icons/mob/clothing/suit.dmi index 6e796a2a7a..003089b888 100644 Binary files a/icons/mob/clothing/suit.dmi and b/icons/mob/clothing/suit.dmi differ diff --git a/modular_splurt/code/modules/clothing/under/miscellaneous.dm b/modular_splurt/code/modules/clothing/under/miscellaneous.dm index 2091a919fd..3eb96b498c 100644 --- a/modular_splurt/code/modules/clothing/under/miscellaneous.dm +++ b/modular_splurt/code/modules/clothing/under/miscellaneous.dm @@ -280,6 +280,7 @@ desc = "For those goth girls with lots of chest to show." icon = 'modular_splurt/icons/obj/clothing/uniforms.dmi' mob_overlay_icon = 'modular_splurt/icons/mob/clothing/uniform.dmi' + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_ALL_TAURIC icon_state = "pentatop" item_state = "pentatop" body_parts_covered = CHEST diff --git a/modular_splurt/icons/mob/clothing/uniform.dmi b/modular_splurt/icons/mob/clothing/uniform.dmi index f40aed4107..24c390d37d 100644 Binary files a/modular_splurt/icons/mob/clothing/uniform.dmi and b/modular_splurt/icons/mob/clothing/uniform.dmi differ