[MIRROR] social anxiety is incompatible with mute [MDB IGNORE] (#20782)

* [MIRROR] Corrects record_feedback()'s copy/paste comment [MDB IGNORE] (#20777)

* Corrects record_feedback()'s copy/paste comment (#74962)

## About The Pull Request

Corrects `record_feedback()`'s copy/paste comment.

## Pointless history

Originally being added in e2a8a5e, it kept its name and args for quite a
few years, that was until #32188 which had it renamed to
`record_feedback` and its args pretty much doubled. In between these
times the known copy/paste comment was already around, but that wasn't
updated, until now apparently.

* Corrects record_feedback()'s copy/paste comment

---------

Co-authored-by: Zandario <zandarioh@ gmail.com>

* social anxiety is incompatible with mute

* Just so it's more accurate to the mirror

---------

Co-authored-by: Zandario <zandarioh@ gmail.com>
Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>
Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com>
This commit is contained in:
SkyratBot
2023-04-26 22:00:36 +01:00
committed by GitHub
parent a1cf821610
commit 91e42559a8

View File

@@ -29,11 +29,11 @@ PROCESSING_SUBSYSTEM_DEF(quirks)
list("Prosthetic Limb", "Quadruple Amputee", "Body Purist"),
list("Quadruple Amputee", "Paraplegic"),
list("Quadruple Amputee", "Frail"),
list("Mute", "Social Anxiety"),
//SKYRAT EDIT ADDITION BEGIN
list("Nerve Stapled", "Pacifist"),
list("Nerve Stapled", "Nearsighted"),
list("No Guns", "Chunky Fingers", "Stormtrooper Aim"),
list("Mute", "Social Anxiety"),
list("No Guns", "Pacifist")
//SKYRAT EDIT ADDITION END
)