summaryrefslogtreecommitdiffstats
path: root/phantasia
diff options
context:
space:
mode:
authortls <tls@NetBSD.org>1997-01-07 12:20:38 +0000
committertls <tls@NetBSD.org>1997-01-07 12:20:38 +0000
commit1ba319c5714af32ed91f3c11e1bdd1440cc90b8a (patch)
tree622ac8cd2c263b8f837b9f6e2c2f6ad8c2141aae /phantasia
parent3c786f26623b42ba83712ad2fafba474244b421f (diff)
downloadbsdgames-darwin-1ba319c5714af32ed91f3c11e1bdd1440cc90b8a.tar.gz
bsdgames-darwin-1ba319c5714af32ed91f3c11e1bdd1440cc90b8a.tar.zst
bsdgames-darwin-1ba319c5714af32ed91f3c11e1bdd1440cc90b8a.zip
Sync to 4.4BSD-Lite2, not that you'd know because none of these files have SCCS ID strings!
Diffstat (limited to 'phantasia')
-rw-r--r--phantasia/phantasia.610
-rw-r--r--phantasia/setup.c3
2 files changed, 9 insertions, 4 deletions
diff --git a/phantasia/phantasia.6 b/phantasia/phantasia.6
index ba0e0e06..05b9f48c 100644
--- a/phantasia/phantasia.6
+++ b/phantasia/phantasia.6
@@ -1,4 +1,4 @@
-.\" $NetBSD: phantasia.6,v 1.2 1995/03/24 03:59:23 cgd Exp $
+.\" $NetBSD: phantasia.6,v 1.3 1997/01/07 12:20:38 tls Exp $
.\"
.de sh
.br
@@ -7,7 +7,7 @@
\fB\\$1\fR
.PP
..
-.TH PHANTASIA 6 "April 19, 1994"
+.TH PHANTASIA 6 "June 1, 1994"
.UC 4
.SH NAME
phantasia \- an interterminal fantasy game
@@ -984,6 +984,7 @@ may also
.B teleport
anywhere for free by using the origin as a starting place.
.sh "Council of the Wise, Valar"
+.pl +0.5
A player automatically becomes a member of the
.B council of the wise
upon reaching level 3000. Members of the council cannot have
@@ -1017,6 +1018,10 @@ In order to help members of the council on their quest, they
may
.I teleport
with greater ease.
+.pl -0.5
+.sp 1
+.fM
+.ne 1i
.PP
Upon finding the grail, the player advances to position of
.B valar.
@@ -1129,7 +1134,6 @@ This place is where the
.B valar
resides. It is associated with no particular coordinate on the
playing grid.
-.TP 1.5i
.sh "Miscellaneous"
Once a player reaches
.B level
diff --git a/phantasia/setup.c b/phantasia/setup.c
index c9acd978..7a53f610 100644
--- a/phantasia/setup.c
+++ b/phantasia/setup.c
@@ -1,4 +1,4 @@
-/* $NetBSD: setup.c,v 1.4 1995/04/24 12:24:41 cgd Exp $ */
+/* $NetBSD: setup.c,v 1.5 1997/01/07 12:20:39 tls Exp $ */
/*
* setup.c - set up all files for Phantasia
@@ -6,6 +6,7 @@
#include <sys/param.h>
#include <sys/stat.h>
#include <stdlib.h>
+#include <unistd.h>
#include "include.h"
/* */
/************************************************************************