mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
semen on orgasm sfx
removed dev anim testing code (causing only Cowgirl to play)
This commit is contained in:
parent
1707afaa4d
commit
205ac07f40
5 changed files with 34 additions and 2 deletions
22
Source/Patches/rjwPatches/HarmonyPatch_DrawSemen.cs
Normal file
22
Source/Patches/rjwPatches/HarmonyPatch_DrawSemen.cs
Normal file
|
@ -0,0 +1,22 @@
|
|||
/*
|
||||
* Todo: Ask to make SemenSplatch and DrawSemen public
|
||||
*
|
||||
*
|
||||
* using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using rjw;
|
||||
using HarmonyLib;
|
||||
|
||||
namespace Rimworld_Animations {
|
||||
[HarmonyPatch("DrawSemen")]
|
||||
public static class HarmonyPatch_DrawSemen {
|
||||
|
||||
public static void Prefix(ref Dictionary<string, SemenSplatch>) {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}*/
|
Loading…
Add table
Add a link
Reference in a new issue