mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 10:11:09 +00:00
[MIRROR] Oops! All prosthetics! Adds -6 quirk with all prosthetic limbs + Icon Tutorial [MDB IGNORE] (#16398)
* Oops! All prosthetics! Adds -6 quirk with all prosthetic limbs + Icon Tutorial * Update code/controllers/subsystem/processing/quirks.dm Co-authored-by: Marina <50789504+KirbyDaMaster@users.noreply.github.com> Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
This commit is contained in:
@@ -18,14 +18,16 @@ PROCESSING_SUBSYSTEM_DEF(quirks)
|
||||
|
||||
/// A list of quirks that can not be used with each other. Format: list(quirk1,quirk2),list(quirk3,quirk4)
|
||||
var/static/list/quirk_blacklist = list(
|
||||
list("Blind","Nearsighted"),
|
||||
list("Jolly","Depression","Apathetic","Hypersensitive"),
|
||||
list("Ageusia","Vegetarian","Deviant Tastes", "Gamer"),
|
||||
list("Ananas Affinity","Ananas Aversion", "Gamer"),
|
||||
list("Alcohol Tolerance","Light Drinker"),
|
||||
list("Clown Enjoyer","Mime Fan"),
|
||||
list("Blind", "Nearsighted"),
|
||||
list("Jolly", "Depression", "Apathetic", "Hypersensitive"),
|
||||
list("Ageusia", "Vegetarian", "Deviant Tastes", "Gamer"),
|
||||
list("Ananas Affinity", "Ananas Aversion", "Gamer"),
|
||||
list("Alcohol Tolerance", "Light Drinker"),
|
||||
list("Clown Enjoyer", "Mime Fan"),
|
||||
list("Bad Touch", "Friendly"),
|
||||
list("Extrovert", "Introvert"),
|
||||
list("Prosthetic Limb", "Quadruple Amputee"),
|
||||
list("Quadruple Amputee", "Paraplegic","Frail"),
|
||||
//SKYRAT EDIT ADDITION BEGIN
|
||||
list("Nerve Stapled", "Pacifist"),
|
||||
list("Nerve Stapled", "Nearsighted"),
|
||||
|
||||
Reference in New Issue
Block a user