diff --git a/html/changelogs/archive/2024-06.yml b/html/changelogs/archive/2024-06.yml
index 097ee7999e15..671f61af13f8 100644
--- a/html/changelogs/archive/2024-06.yml
+++ b/html/changelogs/archive/2024-06.yml
@@ -28,3 +28,6 @@
Fabian272:
- bugfix: Fixed thighjobs to make the receiver need a penis, not the person giving
it.
+2024-06-30:
+ Fabian272:
+ - bugfix: The colored jackets no longer force plantigrade legs on digitigrades.
diff --git a/modular_splurt/code/modules/clothing/suits/miscellaneous.dm b/modular_splurt/code/modules/clothing/suits/miscellaneous.dm
index 93ca0ab86cf5..6cc9aa92de96 100644
--- a/modular_splurt/code/modules/clothing/suits/miscellaneous.dm
+++ b/modular_splurt/code/modules/clothing/suits/miscellaneous.dm
@@ -43,7 +43,7 @@
item_state = "jacket_yellow"
body_parts_covered = CHEST|ARMS
cold_protection = CHEST|ARMS
- mutantrace_variation = NONE
+ mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON
min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT
/obj/item/clothing/suit/toggle/rp_jacket/orange