lipolicide tolerance + small fixes

- added new lipolicide tolerance
- fixed missing sound in the chocoslime
- fixed unused variable in respawn mechanic
- nerfed lipolicide: it metabolizes a little more quickly, and it's twice less powerful (also delicately raised OD threshold, so you can have 100u of it in the organism)
- commented and categorized some of the GS quirks
- fixed some doors in CC
This commit is contained in:
GDLW
2023-05-11 18:12:21 +02:00
parent b90c4cdc65
commit a9ca3bebb4
10 changed files with 38 additions and 22 deletions
+1 -1
View File
@@ -61,7 +61,7 @@
lose_text = "<span class='danger'>You feel clumsy again.</span>"
medical_record_text = "Patient scored highly on cardio tests."
/datum/quirk/strong_legs
/datum/quirk/strong_legs //GS13
name = "Strong Legs"
desc = "Your body is able to handle heavier sizes very well."
value = 2
+1 -1
View File
@@ -518,7 +518,7 @@ GLOBAL_LIST_EMPTY(family_heirlooms)
if(quirk_holder)
quirk_holder.maxHealth += healthchange
/datum/quirk/weak_legs
/datum/quirk/weak_legs //GS13
name = "Weak Legs"
desc = "Your legs can't handle the heaviest of charges. Being too fat will render you unable to move at all."
mob_trait = TRAIT_WEAKLEGS
+12 -2
View File
@@ -117,6 +117,16 @@
if(quirk_holder)
quirk_holder.remove_client_colour(/datum/client_colour/monochrome)
/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."
mob_trait = TRAIT_LIPOLICIDE_TOLERANCE
value = 0
category = CATEGORY_SEXUAL
gain_text = "<span class='notice'>You feel like you need to watch what to eat.</span>"
lose_text = "<span class='notice'>You feel like you can be careless with your diet.</span>"
medical_record_text = "Patient's digestive system exhibits strong resistance to lipolicide."
/datum/quirk/crocrin_immunity
name = "Crocin Immunity"
desc = "You're one of the few people in the galaxy who are genetically immune to Crocin and Hexacrocin products and their addictive properties! However, you can still get brain damage from Hexacrocin addiction."
@@ -200,7 +210,7 @@
var/datum/species/species = H.dna.species
species.disliked_food = initial(species.disliked_food)
/datum/quirk/fatness_liker
/datum/quirk/fatness_liker //GS13
name = "Fat Affinity"
desc = "You like being fat, alot, maybe even a little bit too much. Being fat gives you a bigger mood boost."
mob_trait = TRAIT_FAT_GOOD
@@ -208,7 +218,7 @@
category = CATEGORY_MOODS
medical_record_text = "Patient seems overly content with gaining weight."
/datum/quirk/fatness_hater
/datum/quirk/fatness_hater //GS13
name = "Fat Aversion"
desc = "You dislike being fat. Being fat brings your mood down, alot."
mob_trait = TRAIT_FAT_BAD