Merge pull request #1434 from CHOMPStationBot/upstream-merge-9772

[MIRROR] [MIRROR] Sideports a couple of init unit tests from Neb.
This commit is contained in:
cadyn
2021-02-27 15:48:24 -08:00
committed by GitHub
129 changed files with 619 additions and 501 deletions
@@ -23,7 +23,8 @@
// Physical traits are what they sound like, and involve the character's physical body, as opposed to their mental state.
/datum/trait/modifier/physical
category = "Physical Quirks" //VOREStation Edit
name = "Physical"
category = "Physical"
/datum/trait/modifier/physical/flimsy
@@ -194,6 +195,7 @@
// 'Mental' traits are just those that only sapients can have, for now, and generally involves fears.
// So far, all of them are just for fluff/don't have mechanical effects.
/datum/trait/modifier/mental
name = "Mental"
category = "Mental"
/datum/trait/modifier/mental/test_for_invalidity(var/datum/category_item/player_setup_item/traits/setup)