Humanoid fixes (#11538)
* humanoid sexmorph sprite restoration can't believe i broke sex/gender AGAIN * fixes default species appearances with no profile, tweaks randomization to no longer randomize species * A * fixes an oops #11494
This commit is contained in:
@@ -24,10 +24,11 @@ public abstract class SharedHumanoidSystem : EntitySystem
|
||||
string species,
|
||||
Dictionary<HumanoidVisualLayers, CustomBaseLayerInfo> customBaseLayer,
|
||||
Color skinColor,
|
||||
Sex sex,
|
||||
List<HumanoidVisualLayers> visLayers,
|
||||
List<Marking> markings)
|
||||
{
|
||||
var data = new HumanoidVisualizerData(species, customBaseLayer, skinColor, visLayers, markings);
|
||||
var data = new HumanoidVisualizerData(species, customBaseLayer, skinColor, sex, visLayers, markings);
|
||||
|
||||
// Locally raise an event for this, because there might be some systems interested
|
||||
// in this.
|
||||
|
||||
Reference in New Issue
Block a user