mirror of
https://gitgud.io/Stardust3D/rjw-plasticsurgeries.git
synced 2024-08-14 23:57:25 +00:00
testing Licentia stuff
This commit is contained in:
parent
9f85f3bd33
commit
b3df4f7314
9 changed files with 27 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue