Merge pull request #15651 from timothyteakettle/oof-ouch-my-bones!

adds paper skin and glass bones quirks
This commit is contained in:
deathride58
2022-06-05 00:26:55 -04:00
committed by GitHub
6 changed files with 32 additions and 0 deletions
+2
View File
@@ -233,6 +233,8 @@
#define TRAIT_TRASHCAN "trashcan"
///Used for fireman carry to have mobe not be dropped when passing by a prone individual.
#define TRAIT_BEING_CARRIED "being_carried"
#define TRAIT_GLASS_BONES "glass_bones"
#define TRAIT_PAPER_SKIN "paper_skin"
// mobility flag traits
// IN THE FUTURE, IT WOULD BE NICE TO DO SOMETHING SIMILAR TO https://github.com/tgstation/tgstation/pull/48923/files (ofcourse not nearly the same because I have my.. thoughts on it)