idk why I dont have a cursor

This commit is contained in:
Magpie490 2025-06-02 16:22:24 +01:00
parent 701d55c01f
commit cda3acdcea
349 changed files with 78627 additions and 7804 deletions

View file

@ -0,0 +1,41 @@

has_weak_hook_on_trigger = {
OR = {
has_hook_of_type = {
target = $TARGET_CHARACTER$
type = weak_blackmail_hook
}
has_hook_of_type = {
target = $TARGET_CHARACTER$
type = favor_hook
}
has_hook_of_type = {
target = $TARGET_CHARACTER$
type = obligation_hook
}
has_hook_of_type = {
target = $TARGET_CHARACTER$
type = indebted_hook
}
has_hook_of_type = {
target = $TARGET_CHARACTER$
type = threat_hook
}
has_hook_of_type = {
target = $TARGET_CHARACTER$
type = manipulation_hook
}
has_hook_of_type = {
target = $TARGET_CHARACTER$
type = house_head_hook
}
has_hook_of_type = {
target = $TARGET_CHARACTER$
type = trial_by_combat_hook
}
has_hook_of_type = {
target = $TARGET_CHARACTER$
type = sumptuary_crime_hook
}
}
}