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
@Pendraig Fair enough, and yes they are!
Either way massive thanks to the team, such a great set of mods!
And to any that are giving o7 comments, kindly buzz off <3
feels like we need more birds though
For the record, the final version of your BMT_AteRawGastropod.xml file should look like this;
https://pastebin.com/HUAZY24j
Navigate to the mod folder, find the file BMT_AteRawGastropod.xml, and paste the following code BETWEEN </ThoughtDef> and </Defs> at the bottom. It's a brute force fix, simply adding the thought def into a similar file so the mod core can find it. Shouldn't cause any problems.
<ThoughtDef>
<defName>AteRawFish</defName>
<thoughtClass>Thought_FoodEaten</thoughtClass>
<showBubble>true</showBubble>
<icon>Things/Mote/ThoughtSymbol/Food</icon>
<durationDays>1</durationDays>
<stages>
<li>
<label>ate raw fish</label>
<description>I had to eat raw fish. We should be cooking that kind of food before eating it, or at least add some salt.</description>
<baseMoodEffect>-2</baseMoodEffect>
</li>
</stages>
<nullifyingGenes>
<li MayRequire="Ludeon.RimWorld.Biotech">RobustDigestion</li>
</nullifyingGenes>
</ThoughtDef>