I like wolf they reproduce quite fast and you feed them with corpse.
Mostly use them as meat shield
Mostly use them as meat shield
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
Quotenamespace RimWorldpawn.mindState.mentalStateStarter.TryStartMentalState(MentalStateDefOf.-- My new def here --);
{
public static class MentalStateDefOf
{
public static MentalStateDef Berserk;
public static MentalStateDef DazedWander;
public static MentalStateDef BingingAlcohol;
public static MentalStateDef PanicFlee;
public static MentalStateDef Manhunter;
public static MentalStateDef ManhunterPermanent;
public static MentalStateDef SocialFighting;
public static MentalStateDef GiveUpExit;
(-- New def here --)
public static void RebindDefs()
{
DefOfHelper.BindDefsFor<MentalStateDef>(typeof(MentalStateDefOf));
}
}

