mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 12:05:59 +01:00
Removes Big Hands quirk (#94759)
## About The Pull Request This PR removes the quirk "Big Hands" from the game ## Why It's Good For The Game https://superset.moth.fans/superset/dashboard/28/?native_filters_key=U_1PwGbC9S0Sdb6We7h4rZiXiq-2OqlJo28rmbtiCXl6s7Cbi_Nhw-uLWDvHMTrw In the last quarter-year of played rounds, Light Drinker was assigned 35,600 times. Big Hands was assigned 57 times. Nobody uses this quirk. It's boring. It says nothing about your character. We already have a better, more fun, and more-used quirk that makes you bad at using guns (stormtrooper aim). Sometimes it feels like we add negative quirks just because we can, and this is one of those. ## Changelog 🆑 del: It's no longer considered quirky to have Big Hands. /🆑
This commit is contained in:
@@ -20,7 +20,6 @@ GLOBAL_LIST_INIT_TYPED(quirk_blacklist, /list/datum/quirk, list(
|
||||
list(/datum/quirk/quadruple_amputee, /datum/quirk/frail),
|
||||
list(/datum/quirk/social_anxiety, /datum/quirk/mute),
|
||||
list(/datum/quirk/mute, /datum/quirk/softspoken),
|
||||
list(/datum/quirk/poor_aim, /datum/quirk/bighands),
|
||||
list(/datum/quirk/bilingual, /datum/quirk/foreigner, /datum/quirk/csl),
|
||||
list(/datum/quirk/spacer_born, /datum/quirk/settler),
|
||||
list(/datum/quirk/photophobia, /datum/quirk/nyctophobia),
|
||||
|
||||
Reference in New Issue
Block a user