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
18
common/scripted_triggers/00_rich_presence_triggers.txt
Normal file
18
common/scripted_triggers/00_rich_presence_triggers.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
is_murder_activity_trigger = {
|
||||
OR = {
|
||||
AND = {
|
||||
has_activity_type = activity_wedding
|
||||
has_activity_option = {
|
||||
category = special_type
|
||||
option = wedding_type_bloody
|
||||
}
|
||||
}
|
||||
AND = {
|
||||
has_activity_type = activity_feast
|
||||
has_activity_option = {
|
||||
category = special_type
|
||||
option = feast_type_murder
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue