Difference between revisions of "Talk:House"

From NetHackWiki
Jump to navigation Jump to search
(Delete?)
(house in source?)
Line 1: Line 1:
 
Is "House" an official NetHack term (a phrase from the game or source code)?  If not, where did this term originate?  How does a house assist a player? -- [[User:Dez|Dez]] 19:01, 4 September 2007 (UTC)
 
Is "House" an official NetHack term (a phrase from the game or source code)?  If not, where did this term originate?  How does a house assist a player? -- [[User:Dez|Dez]] 19:01, 4 September 2007 (UTC)
 
:I've certainly never heard of it. Perhaps this should be removed. --[[User:Eidolos|Eidolos]]
 
:I've certainly never heard of it. Perhaps this should be removed. --[[User:Eidolos|Eidolos]]
 +
:Let's examine our good friend the source code:
 +
845 detect.c     case 5 : You("see tiny snowflakes spinning around a miniature farmhouse.");
 +
; Hallucination message from crystal ball.
 +
174 files.c * callerbuf buffer to house result
 +
231 files.c * callerbuf buffer to house result
 +
; house as a verb
 +
2374 mhitu.c if (!cost) verbalize("It's on the house!");
 +
2395 mhitu.c if (!cost) verbalize("It's on the house!");
 +
; house as an expression
 +
483 eat.c     case PM_HOUSECAT:
 +
807 mkobj.c wt += mons[PM_HOUSECAT].cwt;
 +
560 mondata.c {PM_KITTEN, PM_HOUSECAT}, {PM_HOUSECAT, PM_LARGE_CAT},
 +
370 monst.c     MON("housecat", S_FELINE,
 +
2044 pickup.c     livecat = rn2(2) ? makemon(&mons[PM_HOUSECAT],
 +
2055 pickup.c deadcat = mk_named_object(CORPSE, &mons[PM_HOUSECAT],
 +
2062 pickup.c     Hallucination ? rndmonnam() : "housecat");
 +
; References to the housecat monster
 +
63 read.c     "Madame Elvira's House O' Succubi Lifetime Customer",
 +
64 read.c     "Madame Elvira's House O' Succubi Employee of the Month",
 +
; Messages on the t-shirt for a tourist
 +
I say delete unless this is some term that people in r.g.r.n use[[User:162.66.50.2|162.66.50.2]] 13:07, 7 September 2007 (UTC)

Revision as of 13:07, 7 September 2007

Is "House" an official NetHack term (a phrase from the game or source code)? If not, where did this term originate? How does a house assist a player? -- Dez 19:01, 4 September 2007 (UTC)

I've certainly never heard of it. Perhaps this should be removed. --Eidolos
Let's examine our good friend the source code:
845 detect.c		    case 5 : You("see tiny snowflakes spinning around a miniature farmhouse.");
Hallucination message from crystal ball.
174 files.c	 *	callerbuf	buffer to house result
231 files.c	 *	callerbuf	buffer to house result
house as a verb
2374 mhitu.c			if (!cost) verbalize("It's on the house!");
2395 mhitu.c			if (!cost) verbalize("It's on the house!");
house as an expression
483 eat.c		    case PM_HOUSECAT:
807 mkobj.c			wt += mons[PM_HOUSECAT].cwt;
560 mondata.c		{PM_KITTEN, PM_HOUSECAT}, {PM_HOUSECAT, PM_LARGE_CAT},
370 monst.c	    MON("housecat", S_FELINE,
2044 pickup.c	    livecat = rn2(2) ? makemon(&mons[PM_HOUSECAT],
2055 pickup.c		deadcat = mk_named_object(CORPSE, &mons[PM_HOUSECAT],
2062 pickup.c		    Hallucination ? rndmonnam() : "housecat");
References to the housecat monster
63 read.c	    "Madame Elvira's House O' Succubi Lifetime Customer",
64 read.c	    "Madame Elvira's House O' Succubi Employee of the Month",
Messages on the t-shirt for a tourist

I say delete unless this is some term that people in r.g.r.n use162.66.50.2 13:07, 7 September 2007 (UTC)