Implement Strong Legs trait and fix capitalization of Weak Legs

This commit is contained in:
Masenod
2023-04-29 14:24:33 -07:00
parent 892a58660f
commit 56f9fbe512
6 changed files with 17 additions and 11 deletions
+9 -9
View File
@@ -61,15 +61,15 @@
lose_text = "<span class='danger'>You feel clumsy again.</span>"
medical_record_text = "Patient scored highly on cardio tests."
// /datum/quirk/strong_legs
// name = "Strong Legs"
// desc = "Your body is able to handle heavier sizes very well."
// mob_trait = TRAIT_STRONGLEGS
// value = 2
// category = CATEGORY_SEXUAL
// gain_text = "<span class='notice'>You feel like you can carry more weight.</span>"
// lose_text = "<span class='notice'>Your legs cannot bear heavier loads anymore.</span>"
// medical_record_text = "Patient exhibits increased muscle strength in their legs."
/datum/quirk/strong_legs
name = "Strong Legs"
desc = "Your body is able to handle heavier sizes very well."
value = 2
category = CATEGORY_SEXUAL
mob_trait = TRAIT_STRONGLEGS
gain_text = "<span class='notice'>You feel like you can carry more weight.</span>"
lose_text = "<span class='notice'>Your legs cannot bear heavier loads anymore.</span>"
medical_record_text = "Patient exhibits increased muscle strength in their legs."
/datum/quirk/friendly
name = "Friendly"
+1 -1
View File
@@ -154,7 +154,7 @@
medical_record_text = "Patient cares little with or dislikes being touched."
/datum/quirk/weak_legs
name = "Weak legs"
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
value = 0