From ec5fc0de8a719602a5d1fc3c4b1297929c51e47a Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Fri, 1 Feb 2019 23:11:19 -0500
Subject: [PATCH] updated documentation to declare 0 to -20 as a reserved ID
 range.

---
 player variables documentation - Pregmod.txt | 4 ++++
 slave variables documentation - Pregmod.txt  | 3 +++
 2 files changed, 7 insertions(+)

diff --git a/player variables documentation - Pregmod.txt b/player variables documentation - Pregmod.txt
index 0a50e92112c..59e431ad146 100644
--- a/player variables documentation - Pregmod.txt	
+++ b/player variables documentation - Pregmod.txt	
@@ -333,10 +333,14 @@ accepts string
 father:
 
 your father
+Accepts ID
+Values between 0 and -20 are reserved.
 
 mother:
 
 your mother
+Accepts ID
+Values between 0 and -20 are reserved.
 
 sisters:
 
diff --git a/slave variables documentation - Pregmod.txt b/slave variables documentation - Pregmod.txt
index 120a84eb274..24945f24566 100644
--- a/slave variables documentation - Pregmod.txt	
+++ b/slave variables documentation - Pregmod.txt	
@@ -3136,13 +3136,16 @@ mother:
 
 Slave's mother's ID
 Accepts ID
+Values between 0 and -20 are reserved.
 -1 - player
 
 father:
 
 Slave's father's ID
 Accepts ID
+Values between 0 and -20 are reserved.
 -1 - player
+-3 - player's former master
 
 sisters:
 
-- 
GitLab