mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Re-"Clutters" the Settler quirk (#4634)
## About The Pull Request This is a reversion of [this](https://github.com/tgstation/tgstation/pull/92425) TG PR. ## Why It's Good For The Game If somebody considers the items to be "clutter", they can be tossed away; I, and other people who select this quirk, use it, at least partially, for the items. ## Proof Of Testing Compiled, it works. <details> <summary>Screenshots/Videos</summary> </details> ## Changelog 🆑 sunnyaries balance: re-clutters settler /🆑 --------- Co-authored-by: Alexis <catmc8565@gmail.com>
This commit is contained in:
@@ -24,9 +24,11 @@ GLOBAL_LIST_INIT_TYPED(quirk_blacklist, /list/datum/quirk, list(
|
||||
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),
|
||||
//BUBBER EDIT (item_quirk)
|
||||
list(/datum/quirk/spacer_born, /datum/quirk/item_quirk/settler),
|
||||
list(/datum/quirk/photophobia, /datum/quirk/nyctophobia),
|
||||
list(/datum/quirk/settler, /datum/quirk/freerunning),
|
||||
//BUBBER EDIT (item_quirk)
|
||||
list(/datum/quirk/item_quirk/settler, /datum/quirk/freerunning),
|
||||
list(/datum/quirk/numb, /datum/quirk/selfaware),
|
||||
list(/datum/quirk/empath, /datum/quirk/evil),
|
||||
//SKYRAT EDIT ADDITION BEGIN
|
||||
|
||||
Reference in New Issue
Block a user