Fixes to weak legs

This commit is contained in:
Fed09022
2023-05-06 19:20:19 -07:00
parent 8466124fe8
commit 2995003304
4 changed files with 15 additions and 11 deletions
+8
View File
@@ -517,3 +517,11 @@ GLOBAL_LIST_EMPTY(family_heirlooms)
/datum/quirk/flimsy/remove() //how do admins even remove traits?
if(quirk_holder)
quirk_holder.maxHealth += healthchange
/datum/quirk/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 = -1
category = CATEGORY_SEXUAL
medical_record_text = "Patient's legs seem to lack strength"
-8
View File
@@ -153,14 +153,6 @@
category = CATEGORY_SEXUAL //Any better place to put it? Doesn't really affect gameplay
medical_record_text = "Patient cares little with or dislikes being touched."
/datum/quirk/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
category = CATEGORY_SEXUAL
medical_record_text = "Patient's legs seem to lack strength"
/datum/quirk/SpawnWithWheelchair
name = "Mobility Assistance"
desc = "After your last failed fitness test, you were advised to start using a hoverchair"