diff options
Diffstat (limited to 'data/actions.txt')
| -rw-r--r-- | data/actions.txt | 32 |
1 files changed, 30 insertions, 2 deletions
diff --git a/data/actions.txt b/data/actions.txt index 8988068..97941d0 100644 --- a/data/actions.txt +++ b/data/actions.txt @@ -1,4 +1,21 @@ -GET_RELATIONSHIP "Queen Margaret" "Mother" + + +GET_RELATIONSHIP "Hugo" "Paternal-Uncle" +GET_RELATIONSHIP "Hugo" "Paternal-Aunt" +GET_RELATIONSHIP "Albus" "Maternal-Uncle" +GET_RELATIONSHIP "Remus" "Maternal-Aunt" + +GET_RELATIONSHIP "Ted" "Sister-in-Law" +GET_RELATIONSHIP "Percy" "Sister-in-Law" +GET_RELATIONSHIP "Charlie" "Sister-in-Law" + + +GET_RELATIONSHIP "Percy" "Brother-in-Law" +GET_RELATIONSHIP "Charlie" "Brother-in-Law" + +GET_RELATIONSHIP "Ted" "Brother-in-Law" + + GET_RELATIONSHIP "King Arthur" "Mother" GET_RELATIONSHIP "Bill" "Mother" GET_RELATIONSHIP "Charlie" "Mother" @@ -32,4 +49,15 @@ GET_RELATIONSHIP "Ginny" "Mother" GET_RELATIONSHIP "Molly" "Father" -GET_RELATIONSHIP "Bill" "Siblings"
\ No newline at end of file +GET_RELATIONSHIP "Bill" "Siblings" +ADD_CHILD "Victoire" "Fred" "Male" +ADD_CHILD "Ted" "Fred" "Male" +# +GET_RELATIONSHIP "Alice" "Mother" + + +ADD_CHILD "Victoire" "Fred" "Male" +ADD_CHILD "Ted" "Fred" "Male" + + +GET_RELATIONSHIP "King Arthur" "Daughter"
\ No newline at end of file |
