Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Health rework #6152

Merged
merged 324 commits into from
Mar 7, 2021
Merged

Health rework #6152

merged 324 commits into from
Mar 7, 2021
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 1, 2021

  1. Remove some odd stuff

    Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    858e052 View commit details
    Browse the repository at this point in the history
  2. Moving heart code around

    Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    e1e61af View commit details
    Browse the repository at this point in the history
  3. more fixes

    Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    72df765 View commit details
    Browse the repository at this point in the history
  4. Some more fixes

    Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    0299b5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49c50ff View commit details
    Browse the repository at this point in the history
  6. Initial Commit to Save Progress

    Fortune117 authored and Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    bc2523f View commit details
    Browse the repository at this point in the history
  7. Basics of Respiratory System

    Needs some changes, since the lungs organ should be doing a significant amount of work.
    
    The respiratory system moslty just needs to be there to tell the lungs organ when to breath.
    Fortune117 authored and Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    844529b View commit details
    Browse the repository at this point in the history
  8. Added Storage Containers for Organs/Implants

    Also added appropriate item traits. Items with the implantable trait can be inserted into these storage containers.
    
    Otherwise, items with the correct organ type can be inserted. Wanna give someone 5 stomachs? What are lungs? Who knows. But you sure can do that now.
    Fortune117 authored and Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    8894b9c View commit details
    Browse the repository at this point in the history
  9. Restructured body part containers to represent the layer system

    I've mostly done this commit just to save progress because ahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
    Fortune117 authored and Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    2f5d435 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c405d07 View commit details
    Browse the repository at this point in the history
  11. I dont remember, lots of changes

    Fortune117 authored and Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    6e64d97 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a6e5131 View commit details
    Browse the repository at this point in the history
  13. Initial Commit to Save Progress

    Fortune117 authored and Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    987e4e2 View commit details
    Browse the repository at this point in the history
  14. Basics of Respiratory System

    Needs some changes, since the lungs organ should be doing a significant amount of work.
    
    The respiratory system moslty just needs to be there to tell the lungs organ when to breath.
    Fortune117 authored and Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    2d350a9 View commit details
    Browse the repository at this point in the history
  15. Added Storage Containers for Organs/Implants

    Also added appropriate item traits. Items with the implantable trait can be inserted into these storage containers.
    
    Otherwise, items with the correct organ type can be inserted. Wanna give someone 5 stomachs? What are lungs? Who knows. But you sure can do that now.
    Fortune117 authored and Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    5312e1a View commit details
    Browse the repository at this point in the history
  16. Restructured body part containers to represent the layer system

    I've mostly done this commit just to save progress because ahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
    Fortune117 authored and Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    d589799 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9f26d9e View commit details
    Browse the repository at this point in the history
  18. I dont remember, lots of changes

    Fortune117 authored and Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    fa5f93d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bd94de3 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6b934cd View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c1b833f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1a7eee3 View commit details
    Browse the repository at this point in the history
  23. Players have working lungs now

    Fortune117 authored and Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    0cc8aec View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    83f76a4 View commit details
    Browse the repository at this point in the history
  25. Conflict Resolve + Prefab Fixing

    Changed broken refs to old systems, re-added elements to prefabs that were missing
    
    NOTE: This undoes changes made to ClothingItem.cs, see commit 888873b
    James authored and Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    e7dab96 View commit details
    Browse the repository at this point in the history
  26. Codacy Fixes

    Removed un-needed 'using'
    James authored and Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    d82fe86 View commit details
    Browse the repository at this point in the history
  27. Player PrefabV4 better limb/implants

    Removed the old way of adding bodyparts in PlayerSprites and replaced it with BodyPartContainers and populators
    James authored and Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    e453339 View commit details
    Browse the repository at this point in the history
  28. Added debugging colors and WIP limb ordering

    James authored and Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    b8d558e View commit details
    Browse the repository at this point in the history
  29. Player Prefab V4 rework

    Limbs are now 100% coontroled by Bodypart implants (removed old cloth system)
    Bodypart prefabs control gender
    Added first pass of multi races (still WIP)
    
    Lots of issues, player is SLOW because for some reason player speed is not updating when implants are added after the playerprefab. needs investigation
    James authored and Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    a76b77f View commit details
    Browse the repository at this point in the history
  30. More health work

    Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    7a08233 View commit details
    Browse the repository at this point in the history
  31. Fixes

    Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    0c036d2 View commit details
    Browse the repository at this point in the history
  32. damage absorption

    Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    c4a4b58 View commit details
    Browse the repository at this point in the history
  33. healf

    Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    0fda017 View commit details
    Browse the repository at this point in the history
  34. death works now

    Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    cd11fa5 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    4a37f10 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    1ef2dce View commit details
    Browse the repository at this point in the history
  37. Some cyborg parts.

    Couldn't test them, sadly.
    Redoing robotic limb inheritance. Correcting body part types.
    PetMudstone authored and Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    3f7455c View commit details
    Browse the repository at this point in the history
  38. Surgery So far

    Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    da9f290 View commit details
    Browse the repository at this point in the history
  39. adds some races

    Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    a9e6a26 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    16908c5 View commit details
    Browse the repository at this point in the history
  41. Initial Commit to Save Progress

    Fortune117 authored and Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    6ec5b2b View commit details
    Browse the repository at this point in the history
  42. Basics of Respiratory System

    Needs some changes, since the lungs organ should be doing a significant amount of work.
    
    The respiratory system moslty just needs to be there to tell the lungs organ when to breath.
    Fortune117 authored and Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    3181b75 View commit details
    Browse the repository at this point in the history
  43. Added Storage Containers for Organs/Implants

    Also added appropriate item traits. Items with the implantable trait can be inserted into these storage containers.
    
    Otherwise, items with the correct organ type can be inserted. Wanna give someone 5 stomachs? What are lungs? Who knows. But you sure can do that now.
    Fortune117 authored and Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    2744037 View commit details
    Browse the repository at this point in the history
  44. Restructured body part containers to represent the layer system

    I've mostly done this commit just to save progress because ahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
    Fortune117 authored and Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    10bcd6c View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    b8c3294 View commit details
    Browse the repository at this point in the history
  46. I dont remember, lots of changes

    Fortune117 authored and Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    89a9708 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    e4cfd77 View commit details
    Browse the repository at this point in the history
  48. Initial Commit to Save Progress

    Fortune117 authored and Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    f29a8c2 View commit details
    Browse the repository at this point in the history
  49. Basics of Respiratory System

    Needs some changes, since the lungs organ should be doing a significant amount of work.
    
    The respiratory system moslty just needs to be there to tell the lungs organ when to breath.
    Fortune117 authored and Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    43d731d View commit details
    Browse the repository at this point in the history
  50. Added Storage Containers for Organs/Implants

    Also added appropriate item traits. Items with the implantable trait can be inserted into these storage containers.
    
    Otherwise, items with the correct organ type can be inserted. Wanna give someone 5 stomachs? What are lungs? Who knows. But you sure can do that now.
    Fortune117 authored and Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    086d664 View commit details
    Browse the repository at this point in the history
  51. Restructured body part containers to represent the layer system

    I've mostly done this commit just to save progress because ahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
    Fortune117 authored and Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    add874a View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    8b51cc4 View commit details
    Browse the repository at this point in the history
  53. I dont remember, lots of changes

    Fortune117 authored and Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    d1ff9b5 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    c2c5b73 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    741c39d View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    048f7b6 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    f422bb8 View commit details
    Browse the repository at this point in the history
  58. Players have working lungs now

    Fortune117 authored and Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    cc48008 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    a402775 View commit details
    Browse the repository at this point in the history
  60. Conflict Resolve + Prefab Fixing

    Changed broken refs to old systems, re-added elements to prefabs that were missing
    
    NOTE: This undoes changes made to ClothingItem.cs, see commit 888873b
    James authored and Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    fc73935 View commit details
    Browse the repository at this point in the history
  61. Codacy Fixes

    Removed un-needed 'using'
    James authored and Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    3334a50 View commit details
    Browse the repository at this point in the history
  62. Player PrefabV4 better limb/implants

    Removed the old way of adding bodyparts in PlayerSprites and replaced it with BodyPartContainers and populators
    James authored and Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    0627bbf View commit details
    Browse the repository at this point in the history
  63. Added debugging colors and WIP limb ordering

    James authored and Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    fc6d564 View commit details
    Browse the repository at this point in the history
  64. Player Prefab V4 rework

    Limbs are now 100% coontroled by Bodypart implants (removed old cloth system)
    Bodypart prefabs control gender
    Added first pass of multi races (still WIP)
    
    Lots of issues, player is SLOW because for some reason player speed is not updating when implants are added after the playerprefab. needs investigation
    James authored and Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    de9c9c6 View commit details
    Browse the repository at this point in the history
  65. More health work

    Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    7cc6c5e View commit details
    Browse the repository at this point in the history
  66. Fixes

    Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    7c420fe View commit details
    Browse the repository at this point in the history
  67. damage absorption

    Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    740d464 View commit details
    Browse the repository at this point in the history
  68. healf

    Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    f83964b View commit details
    Browse the repository at this point in the history
  69. death works now

    Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    6cfa8a2 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    444dc49 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    cc32d52 View commit details
    Browse the repository at this point in the history
  72. Some cyborg parts.

    Couldn't test them, sadly.
    Redoing robotic limb inheritance. Correcting body part types.
    PetMudstone authored and Bod9001 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    fa78b37 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Surgery So far

    Bod9001 committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    264ad91 View commit details
    Browse the repository at this point in the history
  2. adds some races

    Bod9001 committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    58cddb6 View commit details
    Browse the repository at this point in the history
  3. More changes to blood

    Bod9001 committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    16b7d4b View commit details
    Browse the repository at this point in the history
  4. A bunch of stuff

    Bod9001 committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    954d0a4 View commit details
    Browse the repository at this point in the history
  5. fix

    Bod9001 committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    309f85b View commit details
    Browse the repository at this point in the history
  6. Remove some odd stuff

    Bod9001 committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    3c6367c View commit details
    Browse the repository at this point in the history
  7. Moving heart code around

    Bod9001 committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    f48a443 View commit details
    Browse the repository at this point in the history
  8. more fixes

    Bod9001 committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    b475826 View commit details
    Browse the repository at this point in the history
  9. Some more fixes

    Bod9001 committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    0de6a3b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b2749b2 View commit details
    Browse the repository at this point in the history
  11. Merge conflicts fixes

    Bod9001 committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    a5ec7f9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fb11ca9 View commit details
    Browse the repository at this point in the history
  13. dam Merge conflicts

    Bod9001 committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    04866c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Fix is missing reference

    Bod9001 committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    c07c709 View commit details
    Browse the repository at this point in the history
  2. Removes reedundant prefabs

    Bod9001 committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    28bdade View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Initial Commit to Save Progress

    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    105ce6f View commit details
    Browse the repository at this point in the history
  2. Basics of Respiratory System

    Needs some changes, since the lungs organ should be doing a significant amount of work.
    
    The respiratory system moslty just needs to be there to tell the lungs organ when to breath.
    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    9c5096c View commit details
    Browse the repository at this point in the history
  3. Added Storage Containers for Organs/Implants

    Also added appropriate item traits. Items with the implantable trait can be inserted into these storage containers.
    
    Otherwise, items with the correct organ type can be inserted. Wanna give someone 5 stomachs? What are lungs? Who knows. But you sure can do that now.
    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    dcacf79 View commit details
    Browse the repository at this point in the history
  4. Restructured body part containers to represent the layer system

    I've mostly done this commit just to save progress because ahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    5083bac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a29b659 View commit details
    Browse the repository at this point in the history
  6. I dont remember, lots of changes

    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    bfa3bfb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a32c3da View commit details
    Browse the repository at this point in the history
  8. Initial Commit to Save Progress

    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    b046d54 View commit details
    Browse the repository at this point in the history
  9. Basics of Respiratory System

    Needs some changes, since the lungs organ should be doing a significant amount of work.
    
    The respiratory system moslty just needs to be there to tell the lungs organ when to breath.
    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    167ca21 View commit details
    Browse the repository at this point in the history
  10. Added Storage Containers for Organs/Implants

    Also added appropriate item traits. Items with the implantable trait can be inserted into these storage containers.
    
    Otherwise, items with the correct organ type can be inserted. Wanna give someone 5 stomachs? What are lungs? Who knows. But you sure can do that now.
    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    cc6728e View commit details
    Browse the repository at this point in the history
  11. Restructured body part containers to represent the layer system

    I've mostly done this commit just to save progress because ahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    27d3f37 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d02b7e1 View commit details
    Browse the repository at this point in the history
  13. I dont remember, lots of changes

    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    87297b9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    21d75ca View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bf80a78 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4d45f70 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7f96b02 View commit details
    Browse the repository at this point in the history
  18. Players have working lungs now

    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    4135451 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bf78ea8 View commit details
    Browse the repository at this point in the history
  20. Conflict Resolve + Prefab Fixing

    Changed broken refs to old systems, re-added elements to prefabs that were missing
    
    NOTE: This undoes changes made to ClothingItem.cs, see commit 888873b
    James authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    116219c View commit details
    Browse the repository at this point in the history
  21. Codacy Fixes

    Removed un-needed 'using'
    James authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    98a1272 View commit details
    Browse the repository at this point in the history
  22. Player PrefabV4 better limb/implants

    Removed the old way of adding bodyparts in PlayerSprites and replaced it with BodyPartContainers and populators
    James authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    863aa5f View commit details
    Browse the repository at this point in the history
  23. Added debugging colors and WIP limb ordering

    James authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    b6ab5b6 View commit details
    Browse the repository at this point in the history
  24. Player Prefab V4 rework

    Limbs are now 100% coontroled by Bodypart implants (removed old cloth system)
    Bodypart prefabs control gender
    Added first pass of multi races (still WIP)
    
    Lots of issues, player is SLOW because for some reason player speed is not updating when implants are added after the playerprefab. needs investigation
    James authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    099d546 View commit details
    Browse the repository at this point in the history
  25. More health work

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    4e70f7d View commit details
    Browse the repository at this point in the history
  26. Fixes

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    fda59b3 View commit details
    Browse the repository at this point in the history
  27. damage absorption

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    75fb7d6 View commit details
    Browse the repository at this point in the history
  28. healf

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    7320934 View commit details
    Browse the repository at this point in the history
  29. death works now

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    e20b98a View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    88e610b View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    65f8897 View commit details
    Browse the repository at this point in the history
  32. Some cyborg parts.

    Couldn't test them, sadly.
    Redoing robotic limb inheritance. Correcting body part types.
    PetMudstone authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    17d7f5b View commit details
    Browse the repository at this point in the history
  33. Surgery So far

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    95ec472 View commit details
    Browse the repository at this point in the history
  34. adds some races

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    0408da5 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    5e3bd3a View commit details
    Browse the repository at this point in the history
  36. Initial Commit to Save Progress

    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    4f8fffa View commit details
    Browse the repository at this point in the history
  37. Basics of Respiratory System

    Needs some changes, since the lungs organ should be doing a significant amount of work.
    
    The respiratory system moslty just needs to be there to tell the lungs organ when to breath.
    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    d072289 View commit details
    Browse the repository at this point in the history
  38. Added Storage Containers for Organs/Implants

    Also added appropriate item traits. Items with the implantable trait can be inserted into these storage containers.
    
    Otherwise, items with the correct organ type can be inserted. Wanna give someone 5 stomachs? What are lungs? Who knows. But you sure can do that now.
    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    4828f57 View commit details
    Browse the repository at this point in the history
  39. Restructured body part containers to represent the layer system

    I've mostly done this commit just to save progress because ahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    78010c1 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    dad5a30 View commit details
    Browse the repository at this point in the history
  41. I dont remember, lots of changes

    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    4e715d0 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    575c3fc View commit details
    Browse the repository at this point in the history
  43. Initial Commit to Save Progress

    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    c45dc78 View commit details
    Browse the repository at this point in the history
  44. Basics of Respiratory System

    Needs some changes, since the lungs organ should be doing a significant amount of work.
    
    The respiratory system moslty just needs to be there to tell the lungs organ when to breath.
    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    c26d0eb View commit details
    Browse the repository at this point in the history
  45. Added Storage Containers for Organs/Implants

    Also added appropriate item traits. Items with the implantable trait can be inserted into these storage containers.
    
    Otherwise, items with the correct organ type can be inserted. Wanna give someone 5 stomachs? What are lungs? Who knows. But you sure can do that now.
    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    60261ae View commit details
    Browse the repository at this point in the history
  46. Restructured body part containers to represent the layer system

    I've mostly done this commit just to save progress because ahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    5ea9daf View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    f84f290 View commit details
    Browse the repository at this point in the history
  48. I dont remember, lots of changes

    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    442fc79 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    0837cd4 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    077bcb4 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    58f4733 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    3121184 View commit details
    Browse the repository at this point in the history
  53. Players have working lungs now

    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    ba4ec2e View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    eced0cb View commit details
    Browse the repository at this point in the history
  55. Conflict Resolve + Prefab Fixing

    Changed broken refs to old systems, re-added elements to prefabs that were missing
    
    NOTE: This undoes changes made to ClothingItem.cs, see commit 888873b
    James authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    66a21fe View commit details
    Browse the repository at this point in the history
  56. Codacy Fixes

    Removed un-needed 'using'
    James authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    a004c99 View commit details
    Browse the repository at this point in the history
  57. Player PrefabV4 better limb/implants

    Removed the old way of adding bodyparts in PlayerSprites and replaced it with BodyPartContainers and populators
    James authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    88aa210 View commit details
    Browse the repository at this point in the history
  58. Added debugging colors and WIP limb ordering

    James authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    c517a36 View commit details
    Browse the repository at this point in the history
  59. Player Prefab V4 rework

    Limbs are now 100% coontroled by Bodypart implants (removed old cloth system)
    Bodypart prefabs control gender
    Added first pass of multi races (still WIP)
    
    Lots of issues, player is SLOW because for some reason player speed is not updating when implants are added after the playerprefab. needs investigation
    James authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    8b65f9f View commit details
    Browse the repository at this point in the history
  60. More health work

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    d68f3e3 View commit details
    Browse the repository at this point in the history
  61. Fixes

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    f3aa1e6 View commit details
    Browse the repository at this point in the history
  62. damage absorption

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    beb1168 View commit details
    Browse the repository at this point in the history
  63. healf

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    2e2b1b7 View commit details
    Browse the repository at this point in the history
  64. death works now

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    afbf673 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    b75a8de View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    a20c715 View commit details
    Browse the repository at this point in the history
  67. Some cyborg parts.

    Couldn't test them, sadly.
    Redoing robotic limb inheritance. Correcting body part types.
    PetMudstone authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    cb1a5f4 View commit details
    Browse the repository at this point in the history
  68. Surgery So far

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    4f775b8 View commit details
    Browse the repository at this point in the history
  69. adds some races

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    302ce3e View commit details
    Browse the repository at this point in the history
  70. More changes to blood

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    86cd275 View commit details
    Browse the repository at this point in the history
  71. A bunch of stuff

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    08021a1 View commit details
    Browse the repository at this point in the history
  72. fix

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    8faa88d View commit details
    Browse the repository at this point in the history
  73. Remove some odd stuff

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    1df1ee4 View commit details
    Browse the repository at this point in the history
  74. Moving heart code around

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    e68b366 View commit details
    Browse the repository at this point in the history
  75. more fixes

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    1ee5a49 View commit details
    Browse the repository at this point in the history
  76. Some more fixes

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    1c436cb View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    0ae21c8 View commit details
    Browse the repository at this point in the history
  78. Merge conflicts fixes

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    ddec4c3 View commit details
    Browse the repository at this point in the history
  79. Initial Commit to Save Progress

    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    8de1a1a View commit details
    Browse the repository at this point in the history
  80. Basics of Respiratory System

    Needs some changes, since the lungs organ should be doing a significant amount of work.
    
    The respiratory system moslty just needs to be there to tell the lungs organ when to breath.
    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    05b3e58 View commit details
    Browse the repository at this point in the history
  81. Added Storage Containers for Organs/Implants

    Also added appropriate item traits. Items with the implantable trait can be inserted into these storage containers.
    
    Otherwise, items with the correct organ type can be inserted. Wanna give someone 5 stomachs? What are lungs? Who knows. But you sure can do that now.
    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    44dc8ad View commit details
    Browse the repository at this point in the history
  82. Restructured body part containers to represent the layer system

    I've mostly done this commit just to save progress because ahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    80d0c47 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    f8e0b42 View commit details
    Browse the repository at this point in the history
  84. I dont remember, lots of changes

    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    0b21d8a View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    8cef0f1 View commit details
    Browse the repository at this point in the history
  86. Initial Commit to Save Progress

    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    d9368a3 View commit details
    Browse the repository at this point in the history
  87. Basics of Respiratory System

    Needs some changes, since the lungs organ should be doing a significant amount of work.
    
    The respiratory system moslty just needs to be there to tell the lungs organ when to breath.
    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    af4a54d View commit details
    Browse the repository at this point in the history
  88. Added Storage Containers for Organs/Implants

    Also added appropriate item traits. Items with the implantable trait can be inserted into these storage containers.
    
    Otherwise, items with the correct organ type can be inserted. Wanna give someone 5 stomachs? What are lungs? Who knows. But you sure can do that now.
    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    87e143f View commit details
    Browse the repository at this point in the history
  89. Restructured body part containers to represent the layer system

    I've mostly done this commit just to save progress because ahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    27137e3 View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    6a3d825 View commit details
    Browse the repository at this point in the history
  91. I dont remember, lots of changes

    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    896d648 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    97799f9 View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    5279ebc View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    333f5c7 View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    6a559e8 View commit details
    Browse the repository at this point in the history
  96. Players have working lungs now

    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    0261495 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    3308896 View commit details
    Browse the repository at this point in the history
  98. Conflict Resolve + Prefab Fixing

    Changed broken refs to old systems, re-added elements to prefabs that were missing
    
    NOTE: This undoes changes made to ClothingItem.cs, see commit 888873b
    James authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    6e41c56 View commit details
    Browse the repository at this point in the history
  99. Codacy Fixes

    Removed un-needed 'using'
    James authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    6c478eb View commit details
    Browse the repository at this point in the history
  100. Player PrefabV4 better limb/implants

    Removed the old way of adding bodyparts in PlayerSprites and replaced it with BodyPartContainers and populators
    James authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    366a7d4 View commit details
    Browse the repository at this point in the history
  101. Added debugging colors and WIP limb ordering

    James authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    e13f4cf View commit details
    Browse the repository at this point in the history
  102. Player Prefab V4 rework

    Limbs are now 100% coontroled by Bodypart implants (removed old cloth system)
    Bodypart prefabs control gender
    Added first pass of multi races (still WIP)
    
    Lots of issues, player is SLOW because for some reason player speed is not updating when implants are added after the playerprefab. needs investigation
    James authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    0fc9823 View commit details
    Browse the repository at this point in the history
  103. More health work

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    814f222 View commit details
    Browse the repository at this point in the history
  104. Fixes

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    1a1d073 View commit details
    Browse the repository at this point in the history
  105. damage absorption

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    11cbb7c View commit details
    Browse the repository at this point in the history
  106. healf

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    dbb5eb6 View commit details
    Browse the repository at this point in the history
  107. death works now

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    dbe6aa1 View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    c50bda9 View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    13d0a8a View commit details
    Browse the repository at this point in the history
  110. Some cyborg parts.

    Couldn't test them, sadly.
    Redoing robotic limb inheritance. Correcting body part types.
    PetMudstone authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    785c199 View commit details
    Browse the repository at this point in the history
  111. Surgery So far

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    cd9038b View commit details
    Browse the repository at this point in the history
  112. adds some races

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    d482262 View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    1ea97aa View commit details
    Browse the repository at this point in the history
  114. Initial Commit to Save Progress

    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    9a5e510 View commit details
    Browse the repository at this point in the history
  115. Basics of Respiratory System

    Needs some changes, since the lungs organ should be doing a significant amount of work.
    
    The respiratory system moslty just needs to be there to tell the lungs organ when to breath.
    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    56ac0a5 View commit details
    Browse the repository at this point in the history
  116. Added Storage Containers for Organs/Implants

    Also added appropriate item traits. Items with the implantable trait can be inserted into these storage containers.
    
    Otherwise, items with the correct organ type can be inserted. Wanna give someone 5 stomachs? What are lungs? Who knows. But you sure can do that now.
    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    4595c9f View commit details
    Browse the repository at this point in the history
  117. Restructured body part containers to represent the layer system

    I've mostly done this commit just to save progress because ahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    0fc97fb View commit details
    Browse the repository at this point in the history
  118. Configuration menu
    Copy the full SHA
    cf66aad View commit details
    Browse the repository at this point in the history
  119. I dont remember, lots of changes

    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    16dc31b View commit details
    Browse the repository at this point in the history
  120. Configuration menu
    Copy the full SHA
    d538ba2 View commit details
    Browse the repository at this point in the history
  121. Initial Commit to Save Progress

    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    172293d View commit details
    Browse the repository at this point in the history
  122. Basics of Respiratory System

    Needs some changes, since the lungs organ should be doing a significant amount of work.
    
    The respiratory system moslty just needs to be there to tell the lungs organ when to breath.
    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    a16d9e3 View commit details
    Browse the repository at this point in the history
  123. Added Storage Containers for Organs/Implants

    Also added appropriate item traits. Items with the implantable trait can be inserted into these storage containers.
    
    Otherwise, items with the correct organ type can be inserted. Wanna give someone 5 stomachs? What are lungs? Who knows. But you sure can do that now.
    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    69ef6b2 View commit details
    Browse the repository at this point in the history
  124. Restructured body part containers to represent the layer system

    I've mostly done this commit just to save progress because ahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    d07e206 View commit details
    Browse the repository at this point in the history
  125. Configuration menu
    Copy the full SHA
    cffb9a2 View commit details
    Browse the repository at this point in the history
  126. I dont remember, lots of changes

    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    f656ddf View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    03f628b View commit details
    Browse the repository at this point in the history
  128. Configuration menu
    Copy the full SHA
    88e32bf View commit details
    Browse the repository at this point in the history
  129. Configuration menu
    Copy the full SHA
    9fea75f View commit details
    Browse the repository at this point in the history
  130. Configuration menu
    Copy the full SHA
    78f41fb View commit details
    Browse the repository at this point in the history
  131. Players have working lungs now

    Fortune117 authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    de21d20 View commit details
    Browse the repository at this point in the history
  132. Configuration menu
    Copy the full SHA
    97e8eb5 View commit details
    Browse the repository at this point in the history
  133. Conflict Resolve + Prefab Fixing

    Changed broken refs to old systems, re-added elements to prefabs that were missing
    
    NOTE: This undoes changes made to ClothingItem.cs, see commit 888873b
    James authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    0fe613c View commit details
    Browse the repository at this point in the history
  134. Codacy Fixes

    Removed un-needed 'using'
    James authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    270c751 View commit details
    Browse the repository at this point in the history
  135. Player PrefabV4 better limb/implants

    Removed the old way of adding bodyparts in PlayerSprites and replaced it with BodyPartContainers and populators
    James authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    0fe9002 View commit details
    Browse the repository at this point in the history
  136. Added debugging colors and WIP limb ordering

    James authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    f52f542 View commit details
    Browse the repository at this point in the history
  137. Player Prefab V4 rework

    Limbs are now 100% coontroled by Bodypart implants (removed old cloth system)
    Bodypart prefabs control gender
    Added first pass of multi races (still WIP)
    
    Lots of issues, player is SLOW because for some reason player speed is not updating when implants are added after the playerprefab. needs investigation
    James authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    3b71c40 View commit details
    Browse the repository at this point in the history
  138. More health work

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    f1a77b7 View commit details
    Browse the repository at this point in the history
  139. Fixes

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    1e6819e View commit details
    Browse the repository at this point in the history
  140. damage absorption

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    82dfd67 View commit details
    Browse the repository at this point in the history
  141. healf

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    bbe4e3c View commit details
    Browse the repository at this point in the history
  142. death works now

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    864025f View commit details
    Browse the repository at this point in the history
  143. Configuration menu
    Copy the full SHA
    31659ff View commit details
    Browse the repository at this point in the history
  144. Configuration menu
    Copy the full SHA
    d58d685 View commit details
    Browse the repository at this point in the history
  145. Some cyborg parts.

    Couldn't test them, sadly.
    Redoing robotic limb inheritance. Correcting body part types.
    PetMudstone authored and Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    ae3e953 View commit details
    Browse the repository at this point in the history
  146. Surgery So far

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    8b43e0d View commit details
    Browse the repository at this point in the history
  147. adds some races

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    703ab04 View commit details
    Browse the repository at this point in the history
  148. More changes to blood

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    db83920 View commit details
    Browse the repository at this point in the history
  149. A bunch of stuff

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    49202b0 View commit details
    Browse the repository at this point in the history
  150. fix

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    24d34e2 View commit details
    Browse the repository at this point in the history
  151. Remove some odd stuff

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    a66913f View commit details
    Browse the repository at this point in the history
  152. Moving heart code around

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    4b366a5 View commit details
    Browse the repository at this point in the history
  153. more fixes

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    091a481 View commit details
    Browse the repository at this point in the history
  154. Some more fixes

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    0888c72 View commit details
    Browse the repository at this point in the history
  155. Configuration menu
    Copy the full SHA
    1cd5e8e View commit details
    Browse the repository at this point in the history
  156. Fix is missing reference

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    aefe28f View commit details
    Browse the repository at this point in the history
  157. Removes reedundant prefabs

    Bod9001 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    5675590 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. Configuration menu
    Copy the full SHA
    3ee5d1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dafb88 View commit details
    Browse the repository at this point in the history
  3. Fixes up a bit

    Bod9001 committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    480d890 View commit details
    Browse the repository at this point in the history
  4. Some fixes

    Bod9001 committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    f8a5e3f View commit details
    Browse the repository at this point in the history
  5. fx

    Bod9001 committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    9aba367 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b231323 View commit details
    Browse the repository at this point in the history