TerraFirmaCraft

TerraFirmaCraft

2M Downloads

Mules could be un-hardcoded to male.

alcatrazEscapee opened this issue ยท 0 comments

commented

@Override
public Gender getGender()
{
return Gender.MALE;
}
@Override
public void setGender(Gender gender) {}

This could probably be removed - there's no real a priori reason for it, given we also no-op breeding mechanics. Not sure if there's other places this needs to be changed, or other hardcoded places.

This only affects their view in Jade/TOP, so is purely cosmetic at this point.