Bans some stackable quirk combos (#12722)

* more incompatible trait combos

* I do like commas

* I sort of forgot Linguist is useful for hearing, not speaking

* No guns is a stupid trait with an obnoxious amount of overlap
This commit is contained in:
YakumoChen
2022-04-13 14:55:00 +01:00
committed by GitHub
parent 2a61b82973
commit b869c7d96e
@@ -28,7 +28,9 @@ PROCESSING_SUBSYSTEM_DEF(quirks)
list("Extrovert", "Introvert"),
//SKYRAT EDIT ADDITION BEGIN
list("Nerve Stapled", "Pacifist", "Nearsighted"),
list("No Guns", "Chunky Fingers")
list("No Guns", "Chunky Fingers", "Stormtrooper Aim"),
list("Mute", "Social Anxiety"),
list("No Guns", "Pacifist")
//SKYRAT EDIT ADDITION END
)