mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 07:30:36 +01:00
Implement Strong Legs trait and fix capitalization of Weak Legs
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user