too bad there are no pants in nethack where you could wipe them off :-)
Maybe he can wipe them off on something else...
Erik
> Maybe he can wipe them off on something else...
Ewww, gross!
Oh, sorry, that's only my imagination.
- Jussi
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...
Obviously a bug. :-)
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.
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
>> > 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
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