mutators readme fix
This commit is contained in:
parent
1ee688402d
commit
271ddc1660
1 changed files with 2 additions and 3 deletions
|
@ -40,8 +40,8 @@ The config object is optional but obviously you'd want to provide at least a rea
|
||||||
"survival_harder",
|
"survival_harder",
|
||||||
"survival_hardest"
|
"survival_hardest"
|
||||||
},
|
},
|
||||||
load_before_these = {},
|
enable_before_these = {},
|
||||||
load_after_these = {},
|
enable_after_these = {},
|
||||||
incompatible_with_all = false,
|
incompatible_with_all = false,
|
||||||
compatible_with_all = false,
|
compatible_with_all = false,
|
||||||
incompatible_with = {},
|
incompatible_with = {},
|
||||||
|
@ -95,7 +95,6 @@ You can improve the compatibility of your mutator with other ones by specifiying
|
||||||
|
|
||||||
# Methods
|
# Methods
|
||||||
|
|
||||||
|
|
||||||
Mutators have the same methods and event handlers as other mods plus a few additional ones. These are mostly used behind the scenes.
|
Mutators have the same methods and event handlers as other mods plus a few additional ones. These are mostly used behind the scenes.
|
||||||
|
|
||||||
``mutator:get_config()`` - returns the configuration object without `load_before_these/load_after_these` fields. This shouldn't be modified.
|
``mutator:get_config()`` - returns the configuration object without `load_before_these/load_after_these` fields. This shouldn't be modified.
|
||||||
|
|
Loading…
Add table
Reference in a new issue