The Blue Moon Branch is an enhanced fork of Nova Sector. This repository contains development branches for contributing to The Blue Moon Branch and NovaSector.
This proc could be used to visually adjust the torso height of a taur to make them appear quadrupedal: /mob/living/carbon/human/proc/apply_height_filters()
Notes from a collaborator:
Identify needed clothing, and apply a 'quad compat' flag to this clothing
Generate sprite mannequin
Identify needed offset for held items
Generate 'quad' flag for purposes of being worn by a quad
Investigate HUD systems to see if adjusting hud for extra or less hands in some quads
Investigate examine system to relable arms to forelegs in uh.. examine and medscanner.
Adds a playable species that implements a quadrupedal body-type and sprites.
A similar effort took place on a BayStation fork: https://github.com/NebulaSS13/Nebula/pull/3952
Notes
This proc could be used to visually adjust the torso height of a taur to make them appear quadrupedal:
/mob/living/carbon/human/proc/apply_height_filters()
Notes from a collaborator: