diff --git a/code/modules/client/customizer/customizers/organ/frills.dm b/code/modules/client/customizer/customizers/organ/frills.dm index 82f2b5b64..20f7f4d0a 100644 --- a/code/modules/client/customizer/customizers/organ/frills.dm +++ b/code/modules/client/customizer/customizers/organ/frills.dm @@ -1,6 +1,7 @@ /datum/customizer/organ/frills abstract_type = /datum/customizer/organ/frills name = "Frills" + allows_disabling = TRUE /datum/customizer_choice/organ/frills abstract_type = /datum/customizer_choice/organ/frills diff --git a/code/modules/client/customizer/customizers/organ/horns.dm b/code/modules/client/customizer/customizers/organ/horns.dm index fa3714aa3..d7e7e8521 100644 --- a/code/modules/client/customizer/customizers/organ/horns.dm +++ b/code/modules/client/customizer/customizers/organ/horns.dm @@ -1,6 +1,7 @@ /datum/customizer/organ/horns abstract_type = /datum/customizer/organ/horns name = "Horns" + allows_disabling = TRUE /datum/customizer_choice/organ/horns abstract_type = /datum/customizer_choice/organ/horns