mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
vanilla lovin does animation
This commit is contained in:
parent
b04afef7b1
commit
1e05e7a3dc
7 changed files with 77 additions and 6 deletions
|
@ -38,7 +38,6 @@ namespace Rimworld_Animations {
|
|||
Toil startPartnerSex = new Toil();
|
||||
startPartnerSex.initAction = delegate {
|
||||
|
||||
Log.Message("Attempting to start job...");
|
||||
Job gettinLovedJob = JobMaker.MakeJob(DefDatabase<JobDef>.GetNamed("GettinLovedAnimation"), pawn, Bed); // new gettin loved toil that wakes up the pawn goes here
|
||||
|
||||
Partner.jobs.jobQueue.EnqueueFirst(gettinLovedJob);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue