Barotrauma 潜渊症

Barotrauma 潜渊症

Non-Human Races Base
 此主题已被置顶,因此可能具有重要性
Michael  [开发者] 4 月 26 日 下午 2:47
0.6.0 Breaking Change: Husk Afflictions
NHR species now all share HuskAfflictions with humans. This may break mods that explicitly do not want to use human HuskAfflictions and instead have their own implementation.

In these cases, you can disable the new "uses_default_husk" parameter when registering your species, like so:

local NHR = require("tonty.NonHumanRaces") NHR.RegisterSpecies("Your Species Name", {["uses_default_husk"] = false})
You will opt out of the system and revert to pre-0.6.0 behaviour.
最后由 Michael 编辑于; 4 月 26 日 下午 2:50