From 6d8dbc435739fc49b9929bd2104af4f6ca886ef2 Mon Sep 17 00:00:00 2001 From: Lhars Date: Wed, 2 Oct 2024 16:58:51 -0300 Subject: [PATCH] No more mandatory horns and frills for lizards No more are sissians, drakians and kobolds oppressed by the need to have both horns and frills - Now you can have just one, or neither! --- code/modules/client/customizer/customizers/organ/frills.dm | 1 + code/modules/client/customizer/customizers/organ/horns.dm | 1 + 2 files changed, 2 insertions(+) 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 ec9b42a8c..8f6289790 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