diff options
Diffstat (limited to 'includes/components/details.inc')
-rw-r--r-- | includes/components/details.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/components/details.inc b/includes/components/details.inc index 271978e..39f8c21 100644 --- a/includes/components/details.inc +++ b/includes/components/details.inc @@ -119,9 +119,6 @@ <span title="Consent is absolutely required every time when having sex with this pony." data-bs-toggle="tooltip">Required</span> <?php endif; ?> </span> - <?php if (!((isset($age) && $age >= 15 && $metadata["little"] !== 1) || (!isset($age) && $metadata["little"] !== 1))): ?> - <img src="/assets/icons/warning.svg" style="width: 16px;" title="Although this pony is able to engage in sexual relationships, this pony is not allowed to have sex with ponies who are over 15 years old." data-bs-toggle="tooltip"> - <?php endif; ?> </div> <?php endif; ?> <div> |