summaryrefslogtreecommitdiff
path: root/games/noegnud-littlehack/files/patch-variants::littlehack-0.0.1::src::trap.c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-02-18 13:12:51 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-02-18 13:12:51 +0000
commitb3ed5741b5d32dc811948b52ea4001b32cd15dfe (patch)
tree6946455509f2fc81f0992b53cffcc970a9fe6993 /games/noegnud-littlehack/files/patch-variants::littlehack-0.0.1::src::trap.c
parentFix MASTER_SITES. (diff)
noeGNUd aims to be the ultimate User Interface ( UI ) for nethack. comibining
character mode, 2D tilesets and 3d graphics, all interchangeable at runtime to allow the serious nethack player ultimate freedom of interface to the game that allows ultimate freedom of gameplay and imagination. noegnud-data is the foundamental data for noeGNUd which all noeGNUd games depend on it. noegnud-nethack, noegnud-nethack-deet, noegnud-slashem, and noegnud-littlehack are the four variant games that noeGNUd support. noegnud-addons installs tilesets and sound themes. PR: ports/65318 Submitted by: Leland Wang <llwang@infor.org>
Notes
Notes: svn path=/head/; revision=129166
Diffstat (limited to 'games/noegnud-littlehack/files/patch-variants::littlehack-0.0.1::src::trap.c')
-rw-r--r--games/noegnud-littlehack/files/patch-variants::littlehack-0.0.1::src::trap.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/games/noegnud-littlehack/files/patch-variants::littlehack-0.0.1::src::trap.c b/games/noegnud-littlehack/files/patch-variants::littlehack-0.0.1::src::trap.c
new file mode 100644
index 000000000000..07a7fa44b094
--- /dev/null
+++ b/games/noegnud-littlehack/files/patch-variants::littlehack-0.0.1::src::trap.c
@@ -0,0 +1,18 @@
+--- variants/littlehack-0.0.1/src/trap.c.orig Fri Feb 18 13:35:53 2005
++++ variants/littlehack-0.0.1/src/trap.c Fri Feb 18 13:37:22 2005
+@@ -845,6 +845,7 @@
+ }
+ break;
+ }
++ {
+ char verbbuf[BUFSZ];
+ #ifdef STEED
+ if (u.usteed) {
+@@ -862,6 +863,7 @@
+ #endif
+ Strcpy(verbbuf,"fall");
+ You("%s into %s pit!", verbbuf, a_your[trap->madeby_u]);
++ }
+ /* wumpus reference */
+ if (u.umonnum == PM_PIT_VIPER ||
+ u.umonnum == PM_PIT_FIEND)