diff --git a/code/modules/mob/living/carbon/human/species/station/traits_vr/neutral_ch.dm b/code/modules/mob/living/carbon/human/species/station/traits_vr/neutral_ch.dm index 881c2d266d..29dba9e4dd 100644 --- a/code/modules/mob/living/carbon/human/species/station/traits_vr/neutral_ch.dm +++ b/code/modules/mob/living/carbon/human/species/station/traits_vr/neutral_ch.dm @@ -84,7 +84,9 @@ name = "Gargoyle" desc = "You turn into a statue at will, but also whenever you run out of energy. Being a statue replenishes your energy slowly." cost = 0 - custom_only = TRUE //slimes, xenochimera, diona, proteans, etc, basically anything but custom doesn't make sense (as much as I wanna play a petrifying slime) + custom_only = FALSE //slimes, xenochimera, diona, proteans, etc, basically anything but custom doesn't make sense (as much as I wanna play a petrifying slime) + //Nah makes perfect sense, they could just be gene modded, not to mention we can expand this to have the statue and description of it renameable as well as color adjustable, to support general petrification + //TODO: make Gargoyle Statue Desc, Name and Color adjustable. /datum/trait/neutral/gargoyle/apply(var/datum/species/S,var/mob/living/carbon/human/H) ..(S,H)