From cabdbed4d0fe3cd067c45e0d660c6921d34298e9 Mon Sep 17 00:00:00 2001 From: SeepingVisage <160535199+SeepingVisage@users.noreply.github.com> Date: Sun, 3 Aug 2025 15:50:36 -0400 Subject: [PATCH] adds lipolicide tolerance to the quirk menu --- GainStation13/code/datums/traits.dm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/GainStation13/code/datums/traits.dm b/GainStation13/code/datums/traits.dm index 58fb96f112..a7cda5779a 100644 --- a/GainStation13/code/datums/traits.dm +++ b/GainStation13/code/datums/traits.dm @@ -28,6 +28,15 @@ lose_text = "Your legs cannot bear heavier loads anymore." medical_record_text = "Patient exhibits increased muscle strength in their legs." +/datum/quirk/lipolicide_tolerance //GS13 + name = "Lipolicide Tolerance" + desc = "Whether because your liver turned resistant to weight-loss chemicals, or just because your genes were aligned this way, your body barely processes lipolicide." + value = 0 + mob_trait = TRAIT_LIPOLICIDE_TOLERANCE + gain_text = "You feel like you need to watch what you eat." + lose_text = "You feel like you can be careless with your diet." + medical_record_text = "Patient's digestive system exhibits strong resistance to lipolicide." + /datum/quirk/draconicspeaker name = "Draconic speaker" desc = "Due to your time spent around lizards, you can speak Draconic!"