mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
CockEater gene
CockEater gene with ability and negative thoughtdef for target
This commit is contained in:
parent
3cf2d44c82
commit
a64cecbab3
9 changed files with 206 additions and 3 deletions
15
Source/ThoughtDefOf.cs
Normal file
15
Source/ThoughtDefOf.cs
Normal file
|
@ -0,0 +1,15 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using RimWorld;
|
||||
using Verse;
|
||||
namespace RJW_Genes
|
||||
{
|
||||
[DefOf]
|
||||
public static class ThoughtDefOf
|
||||
{
|
||||
public static readonly ThoughtDef rjw_genes_cock_eaten;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue