diff --git a/code/controllers/subsystem/processing/quirks.dm b/code/controllers/subsystem/processing/quirks.dm index 350cd475d75..9b0e160336a 100644 --- a/code/controllers/subsystem/processing/quirks.dm +++ b/code/controllers/subsystem/processing/quirks.dm @@ -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 )