tModLoader

tModLoader

Fargo's Mutant Mod
bruhtwiste 10 Apr, 2023 @ 4:33am
Squirrel bug
when i turn off "squirrel can spawn" option then kill it still manages to spawn somehow :/
< >
Showing 1-3 of 3 comments
chembot 22 May, 2023 @ 1:51pm 
Same here. I'm running my world on a dedicated server but the client side config should still apply
chembot 22 May, 2023 @ 2:12pm 
after decompiling the mod I found this:
if (FargoWorld.DownedBools["squirrel"])
{
return true;
}
running before the config is checked.
if the squirrel has ever been killed then it can respawn regardless of config?
chembot 22 May, 2023 @ 2:41pm 
made a quick mod to fix the problem in the meantime
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2979423955
< >
Showing 1-3 of 3 comments
Per page: 1530 50