Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I set it to 0.1 in the mod options, which i assume means i have 10% of gaining passion from beheading an immortal, but it seems to work 100% of the time. Or maybe its seeded? I reloaded many times, and I seem to always get the same result - a minor passion in every skill the enemy had a passion in.
If I set it to 0 I dont get any, so the option works at least.
They are temporary dead, giving them near death state is not the purpose of this mod, there are mods for cyborgs and nanomachines thats probably what you are looking for.
// Inside EditHediffs, where the hediffsSearch is assigned
// ...
if (flag12)
{
this.hediffsSearch = DefDatabase<HediffDef>.AllDefs.Where((HediffDef hediff) => hediff != null && hediff.label != null && hediff.label.ToLower().Contains(this.hediffSearch.ToLower()));
}
else
{
this.hediffsSearch = DefDatabase<HediffDef>.AllDefs.Where((HediffDef hediff) => hediff != null); // Also add a null check here
}
// ...
Very minor thing request. It just bugs me to see it whenever I start a new run and nowhere near to having it.
Thanks for the great mod!