From 97ab9fb3103f42657f4dd41e1282899f1e5137fb Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Sun, 15 Mar 2015 16:43:22 +0100
Subject: [PATCH] Update READMEs.

---
 README        | 2 ++
 README_engine | 5 +++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/README b/README
index f2c4548..8f88848 100644
--- a/README
+++ b/README
@@ -100,3 +100,5 @@ by the server for newline-delimited commands. The ./server/out file contains
 server messages to be read by clients. The ./server/worldstate file contains a
 serialized representation of the game world's data as it is to be visible to
 the player / the player's client.
+
+See ./README_engine for more stuff.
diff --git a/README_engine b/README_engine
index 9fe9f1c..da2e00d 100644
--- a/README_engine
+++ b/README_engine
@@ -1,6 +1,8 @@
 NOTE: This is the PlomRogue engine's RADME text, assuming certain configuration
 defaults not present in the 7DRL game. So parts of it may not apply to this
-specific package.
+specific package. (The 7DRL also adds various 7DRL-specific features and
+optimizations to the server and client code. To play with the "pure" client, get
+it at http://github.com/plomlompom/plomrogue ("main" branch).) 
 
 plomrogue
 =========
@@ -122,4 +124,3 @@ by the server for newline-delimited commands. The ./server/out file contains
 server messages to be read by clients. The ./server/worldstate file contains a
 serialized representation of the game world's data as it is to be visible to
 the player / the player's client.
-
-- 
2.30.2