mirror of
https://github.com/KabKebab/GS13.git
synced 2026-05-28 02:01:02 +01:00
@@ -26,14 +26,17 @@ PROCESSING_SUBSYSTEM_DEF(quirks)
|
||||
list("Ananas Affinity","Ananas Aversion"),
|
||||
list("Alcohol Tolerance","Light Drinker"),
|
||||
list("Social Anxiety","Mute"),
|
||||
// GS13: Allow multiple specific prosthetic limbs
|
||||
list("Prosthetic Limb","Prosthetic Limb (Left Arm)"),
|
||||
list("Prosthetic Limb","Prosthetic Limb (Right Arm)"),
|
||||
list("Prosthetic Limb","Prosthetic Limb (Left Leg)"),
|
||||
list("Prosthetic Limb","Prosthetic Limb (Right Leg)"),
|
||||
list("Paraplegic","Prosthetic Limb (Left Leg)"),
|
||||
list("Paraplegic","Prosthetic Limb (Right Leg)"),
|
||||
list("Fat Affinity","Fat Aversion"), //GS13
|
||||
list("Weak Legs", "Strong Legs") //GS13
|
||||
// GS13: Fat Affinity/Aversion
|
||||
list("Fat Affinity","Fat Aversion"),
|
||||
// GS13: Weak/Strong Legs
|
||||
list("Weak Legs", "Strong Legs")
|
||||
)
|
||||
return ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user