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

@ -1,4 +1,5 @@
using System.Collections.Generic;
using LicentiaLabs;
using rjw;
using Verse;
@ -20,6 +21,9 @@ namespace RJW_PlasticSurgeries
{
return pawn.GetGenitalsList().FindAll(Genital_Helper.is_vagina);
}
protected override (HediffDef, float) GetLicentiaDamage() =>
(Licentia.HediffDefs.StretchTear, 0.2f);
}
public class Recipe_Surgery_Vaginoplasty_Micro : Recipe_Surgery_Vaginoplasty