testing Licentia stuff

This commit is contained in:
Stardust3D 2022-10-19 19:46:54 +02:00
parent 9f85f3bd33
commit b3df4f7314
9 changed files with 27 additions and 2 deletions

View file

@ -55,6 +55,8 @@ namespace RJW_PlasticSurgeries
severity = curve.Evaluate(cupSize);
return true;
}
protected override (HediffDef, float) GetLicentiaDamage() => throw new NotSupportedException();
}
public class Recipe_Surgery_Mammoplasty_A : Recipe_Surgery_Mammoplasty