From ddb2941ea685d61a7c52a7dd0cb3713a34333bab Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Bergstr=C3=B6m?= <davbe125@student.liu.se>
Date: Fri, 24 Aug 2018 14:20:10 +0200
Subject: [PATCH] Add reference to player constant

---
 docs/perception.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/perception.rst b/docs/perception.rst
index 3cbb39b68..ff338d339 100644
--- a/docs/perception.rst
+++ b/docs/perception.rst
@@ -29,7 +29,7 @@ BaseLocationManager
    .. attribute:: library.BaseLocationManager.starting_base_locations
 
       A list of all :class:`library.BaseLocation` on the current map which a player
-      started at, indexed by Player constant
+      started at, indexed by Player constant (see :ref:`playerconstants`).
 
    .. automethod:: library.BaseLocationManager.get_occupied_base_locations
 
-- 
GitLab