mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
Paraplegics can be Frail, too. (#73511)
## About The Pull Request Current blacklist makes it so you cannot be both frail and paraplegic, but it's intended to exclude quad amputees from taking those. ## Why It's Good For The Game Who says a paraplegic can't also have weak bones? ## Changelog 🆑 fix: frail and paraplegia quirks can once again be taken together. /🆑
This commit is contained in:
@@ -27,7 +27,8 @@ PROCESSING_SUBSYSTEM_DEF(quirks)
|
||||
list("Bad Touch", "Friendly"),
|
||||
list("Extrovert", "Introvert"),
|
||||
list("Prosthetic Limb", "Quadruple Amputee", "Body Purist"),
|
||||
list("Quadruple Amputee", "Paraplegic", "Frail"),
|
||||
list("Quadruple Amputee", "Paraplegic"),
|
||||
list("Quadruple Amputee", "Frail"),
|
||||
)
|
||||
|
||||
/datum/controller/subsystem/processing/quirks/Initialize()
|
||||
|
||||
Reference in New Issue
Block a user