mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 07:30:36 +01:00
Add fatness mood quirks
Add Fat Affinity and Fat Aversion neutral quirks Split fat mood_event into fat_good and fat_bad Apply mood_event based on chosen quirk If neither quirk is chosen, being fat has no effect on mood
This commit is contained in:
@@ -26,7 +26,8 @@ PROCESSING_SUBSYSTEM_DEF(quirks)
|
||||
list("Ananas Affinity","Ananas Aversion"),
|
||||
list("Alcohol Tolerance","Light Drinker"),
|
||||
list("Social Anxiety","Mute"),
|
||||
list("Prosthetic Limb (Left Arm)","Prosthetic Limb (Right Arm)","Prosthetic Limb (Left Leg)","Prosthetic Limb (Right Leg)","Prosthetic Limb")
|
||||
list("Prosthetic Limb (Left Arm)","Prosthetic Limb (Right Arm)","Prosthetic Limb (Left Leg)","Prosthetic Limb (Right Leg)","Prosthetic Limb"),
|
||||
list("Fat Affinity","Fat Aversion")
|
||||
)
|
||||
return ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user