13 lines
400 B
TOML
13 lines
400 B
TOML
|
|
||
|
#General mod settings
|
||
|
[general]
|
||
|
#Uses list of people to have omniscient targetting effect
|
||
|
whiteListUsedOmniscient = false
|
||
|
#Uses list of people to have senses spawned for
|
||
|
whiteListUsedSenses = false
|
||
|
#List of people to have omniscient targetting effect
|
||
|
whitelistOmniscientTargettedPlayers = "Corosus, SomeDude"
|
||
|
#List of people to have senses spawned for
|
||
|
whitelistSenses = "Corosus, SomeDude"
|
||
|
|