idk why I dont have a cursor
This commit is contained in:
parent
701d55c01f
commit
cda3acdcea
349 changed files with 78627 additions and 7804 deletions
16
common/scripted_triggers/00_crypto_religionist_triggers.txt
Normal file
16
common/scripted_triggers/00_crypto_religionist_triggers.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
knows_about_character_being_same_crypto_religionist_trigger = {
|
||||
exists = secret_faith
|
||||
$CHARACTER$ = { exists = secret_faith }
|
||||
secret_faith = $CHARACTER$.secret_faith
|
||||
any_known_secret = {
|
||||
secret_owner = $CHARACTER$
|
||||
secret_type = secret_crypto_religionist
|
||||
}
|
||||
}
|
||||
|
||||
has_crypto_religionist_secret_known_by_character_trigger = {
|
||||
any_secret = {
|
||||
secret_type = secret_crypto_religionist
|
||||
any_secret_knower = { this = $CHARACTER$ }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue