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!"