Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

grease

1 view
Skip to first unread message

Neko

unread,
Jun 13, 2003, 9:20:08 AM6/13/03
to
i applied grease to my fingers, and now i can't hold anything. oops.

Stanislav Traykov

unread,
Jun 13, 2003, 9:36:27 AM6/13/03
to
Neko wrote on 06/13/2003 03:20 PM:
> i applied grease to my fingers, and now i can't hold anything. oops.

too bad there are no pants in nethack where you could wipe them off :-)

Erik Hesselink

unread,
Jun 13, 2003, 10:33:35 AM6/13/03
to

Maybe he can wipe them off on something else...

Erik

Jussi Pöyhönen

unread,
Jun 13, 2003, 12:18:33 PM6/13/03
to

"Erik Hesselink" <no@spam> wrote in message
news:3ee9e0b9$0$135$e4fe...@dreader4.news.xs4all.nl...

> Maybe he can wipe them off on something else...

Ewww, gross!
Oh, sorry, that's only my imagination.

- Jussi


Jon

unread,
Jun 13, 2003, 9:31:53 PM6/13/03
to
Stanislav Traykov wrote:
> too bad there are no pants in nethack where you could wipe them off :-)

Sorry to spoil the joke, but...

There is an opulent throne here.
You drop a cockatrice corpse.
You sit on the corpse. It's not very comfortable...

David Corbett

unread,
Jun 13, 2003, 10:08:19 PM6/13/03
to

Obviously a bug. :-)

nikolai kingsley

unread,
Jun 14, 2003, 9:02:10 AM6/14/03
to

> > i applied grease to my fingers, and now i can't hold anything. oops.
>
> too bad there are no pants in nethack where you could wipe them off :-)

is "NO_PANTS" a config file option of some sort? is this the only draw-back
of playing "No-pants" nethack?

nikolai
---
not sure i really want to know this.


Stanislav Traykov

unread,
Jun 14, 2003, 8:19:37 PM6/14/03
to

ok, providing a fix;)

diff -ru nethack-3.4.1.orig/src/sit.c nethack-3.4.1/src/sit.c
--- nethack-3.4.1.orig/src/sit.c 2003-02-23 15:43:30.000000000 +0100
+++ nethack-3.4.1/src/sit.c 2003-06-15 02:00:28.000000000 +0200
@@ -65,9 +65,21 @@

obj = level.objects[u.ux][u.uy];
You("sit on %s.", the(xname(obj)));
+
if (!(Is_box(obj) || objects[obj->otyp].oc_material == CLOTH))
pline("It's not very comfortable...");

+ if(obj->otyp==CORPSE &&
touch_petrifies(&mons[obj->corpsenm])) {
+ if (!Stone_resistance &&
+ !(poly_when_stoned(youmonst.data) &&
polymon(PM_STONE_GOLEM))) {
+ killer_format = NO_KILLER_PREFIX;
+ killer = "sat on a cockatrice corpse.";
+ Your("ass turns to stone.");
+ done(STONING);
+ /* life saved */
+ }
+ }
+
} else if ((trap = t_at(u.ux, u.uy)) != 0) {

if (u.utrap) {

..that's how I'm playing from now on.

Stan "may return to sanity after my exams session" Traykov

Richard E. Hawkins

unread,
Jun 14, 2003, 10:38:46 PM6/14/03
to
In article <newscache$925hgh$6zb$1...@bartleby.maths.monash.edu.au>,
nikolai kingsley <nik...@broadway.net.au> wrote:

>> > i applied grease to my fingers, and now i can't hold anything. oops.

>> too bad there are no pants in nethack where you could wipe them off :-)

>is "NO_PANTS" a config file option of some sort? is this the only draw-back
>of playing "No-pants" nethack?

err, that's the only kind of nethack there is. Look at the various
things to wear, and what you can put on after being naked . . . TANPIN.

hawk, hoping this threads right while in google purgatory

Arthur J. O'Dwyer

unread,
Jun 14, 2003, 10:58:02 PM6/14/03
to

On Sun, 15 Jun 2003, Stanislav Traykov wrote:
>
> diff -ru nethack-3.4.1.orig/src/sit.c nethack-3.4.1/src/sit.c
> --- nethack-3.4.1.orig/src/sit.c 2003-02-23 15:43:30.000000000 +0100
> +++ nethack-3.4.1/src/sit.c 2003-06-15 02:00:28.000000000 +0200
> @@ -65,9 +65,21 @@
>
> obj = level.objects[u.ux][u.uy];
> You("sit on %s.", the(xname(obj)));
> +
> if (!(Is_box(obj) || objects[obj->otyp].oc_material == CLOTH))
> pline("It's not very comfortable...");
>
> + if(obj->otyp==CORPSE &&
> touch_petrifies(&mons[obj->corpsenm])) {
> + if (!Stone_resistance &&
> + !(poly_when_stoned(youmonst.data) &&
> polymon(PM_STONE_GOLEM))) {
> + killer_format = NO_KILLER_PREFIX;
> + killer = "sat on a cockatrice corpse.";
> + Your("ass turns to stone.");
> + done(STONING);
> + /* life saved */
> + }
> + }
> +
> } else if ((trap = t_at(u.ux, u.uy)) != 0) {
>
> ..that's how I'm playing from now on.

Brilliant. Simply brilliant.

But does the "oLS _cover your ass_, or do you
have to play the rest of the game while
_stoned on your ass_?

-Arthur,
killed by a hallucinogen-distorted tin opener

0 new messages