]>
git.cameronkatri.com Git - bsdgames-darwin.git/blob - adventure/subr.c
1 /* $NetBSD: subr.c,v 1.2 1995/03/21 12:05:11 cgd Exp $ */
4 * Copyright (c) 1991, 1993
5 * The Regents of the University of California. All rights reserved.
7 * The game adventure was originally written in Fortran by Will Crowther
8 * and Don Woods. It was later translated to C and enhanced by Jim
9 * Gillogly. This code is derived from software contributed to Berkeley
10 * by Jim Gillogly at The Rand Corporation.
12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions
15 * 1. Redistributions of source code must retain the above copyright
16 * notice, this list of conditions and the following disclaimer.
17 * 2. Redistributions in binary form must reproduce the above copyright
18 * notice, this list of conditions and the following disclaimer in the
19 * documentation and/or other materials provided with the distribution.
20 * 3. All advertising materials mentioning features or use of this software
21 * must display the following acknowledgement:
22 * This product includes software developed by the University of
23 * California, Berkeley and its contributors.
24 * 4. Neither the name of the University nor the names of its contributors
25 * may be used to endorse or promote products derived from this software
26 * without specific prior written permission.
28 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
29 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
30 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
31 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
32 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
33 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
34 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
35 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
36 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
37 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
43 static char sccsid
[] = "@(#)subr.c 8.1 (Berkeley) 5/31/93";
45 static char rcsid
[] = "$NetBSD: subr.c,v 1.2 1995/03/21 12:05:11 cgd Exp $";
49 /* Re-coding of advent in C: subroutines from main */
53 /* Statement functions */
56 { if (place
[objj
] == -1) return(TRUE
);
62 { if (place
[objj
]==loc
|| toting(objj
)) return(TRUE
);
68 { if (place
[objj
]==loc
|| fixed
[objj
]==loc
) return(TRUE
);
74 { return((1-pbotl
)*water
+(pbotl
/2)*(water
+oil
));
80 if (i
>-1-i
) return(liq2(i
));
81 else return(liq2(-1-i
));
84 liqloc(locc
) /* may want to clean this one up a bit */
96 { if (cond
[l
] & setbit
[n
]) return(TRUE
);
102 { if (cond
[locc
]==2) return(TRUE
);
107 { if ((cond
[loc
]%2
)==0 && (prop
[lamp
]==0 || !here(lamp
)))
114 { if (ran(100)<n
) return(TRUE
);
121 register struct travlist
*kk
;
123 if (newloc
!=loc
&&!forced(loc
)&&!bitset(loc
,3))
124 { for (i
=1; i
<=5; i
++)
125 { if (odloc
[i
]!=newloc
||!dseen
[i
]) continue;
132 if (loc
==0||forced(loc
)||bitset(newloc
,3)) return(2000);
134 { if (loc
>=15) dflag
=1;
137 if (dflag
==1) /* 6000 */
138 { if (loc
<15||pct(95)) return(2000);
142 if (pct(50)&&saved
== -1) dloc
[j
]=0; /* 6001 */
145 { if (dloc
[i
]==loc
) dloc
[i
]=daltlc
;
146 odloc
[i
]=dloc
[i
]; /* 6002 */
152 dtotal
=attack
=stick
=0; /* 6010 */
153 for (i
=1; i
<=6; i
++) /* loop to 6030 */
154 { if (dloc
[i
]==0) continue;
156 for (kk
=travel
[dloc
[i
]]; kk
!=0; kk
=kk
->next
)
158 if (newloc
>300||newloc
<15||newloc
==odloc
[i
]
159 ||(j
>1&&newloc
==tk
[j
-1])||j
>=20
160 ||newloc
==dloc
[i
]||forced(newloc
)
161 ||(i
==6&&bitset(newloc
,3))
162 ||kk
->conditions
==100) continue;
165 tk
[j
]=odloc
[i
]; /* 6016 */
170 dseen
[i
]=(dseen
[i
]&&loc
>=15)||(dloc
[i
]==loc
||odloc
[i
]==loc
);
171 if (!dseen
[i
]) continue; /* i.e. goto 6030 */
173 if (i
==6) /* pirate's spotted him */
174 { if (loc
==chloc
||prop
[chest
]>=0) continue;
176 for (j
=50; j
<=maxtrs
; j
++) /* loop to 6020 */
177 { if (j
==pyram
&&(loc
==plac
[pyram
]
178 || loc
==plac
[emrald
])) goto l6020
;
179 if (toting(j
)) goto l6022
;
180 l6020
: if (here(j
)) k
=1;
182 if (tally
==tally2
+1 && k
==0 && place
[chest
]==0
183 &&here(lamp
) && prop
[lamp
]==1) goto l6025
;
184 if (odloc
[6]!=dloc
[6]&&pct(20))
186 continue; /* to 6030 */
188 if (place
[messag
]==0) move(chest
,chloc
);
190 for (j
=50; j
<=maxtrs
; j
++) /* loop to 6023 */
191 { if (j
==pyram
&& (loc
==plac
[pyram
]
192 || loc
==plac
[emrald
])) continue;
193 if (at(j
)&&fixed
[j
]==0) carry(j
,loc
);
194 if (toting(j
)) drop(j
,chloc
);
196 l6024
: dloc
[6]=odloc
[6]=chloc
;
205 if (odloc
[i
]!=dloc
[i
]) continue;
207 if (knfloc
>=0) knfloc
=loc
;
208 if (ran(1000)<95*(dflag
-2)) stick
++;
210 if (dtotal
==0) return(2000);
212 { printf("There are %d threatening little dwarves ",dtotal
);
213 printf("in the room with you.\n");
216 if (attack
==0) return(2000);
217 if (dflag
==2) dflag
=3;
218 if (saved
!= -1) dflag
=20;
220 { printf("%d of them throw knives at you!\n",attack
);
222 l82
: if (stick
<=1) /* 82 */
224 if (stick
==0) return(2000);
227 printf("%d of them get you!\n",stick
); /* 83 */
237 march() /* label 8 */
238 { register int ll1
,ll2
;
240 if ((tkk
=travel
[newloc
=loc
])==0) bug(26);
241 if (k
==null
) return(2);
242 if (k
==cave
) /* 40 */
243 { if (loc
<8) rspeak(57);
244 if (loc
>=8) rspeak(58);
247 if (k
==look
) /* 30 */
248 { if (detail
++<3) rspeak(15);
253 if (k
==back
) /* 20 */
263 for (; tkk
!=0; tkk
=tkk
->next
)
264 if (tkk
->tverb
==1 || tkk
->tverb
==k
) break;
269 l11
: ll1
=tkk
->conditions
; /* 11 */
271 newloc
=ll1
; /* newloc=conditions */
272 k
=newloc%100
; /* k used for prob */
274 { if (newloc
<=100) /* 13 */
275 { if (newloc
!=0&&!pct(newloc
)) goto l12
; /* 14 */
276 l16
: newloc
=ll2
; /* newloc=location */
277 if (newloc
<=300) return(2);
279 switch(specials())/* to 30000 */
289 if (toting(k
)||(newloc
>200&&at(k
))) goto l16
;
292 if (prop
[k
]!=(newloc
/100)-3) goto l16
; /* newloc still conditions*/
293 l12
: /* alternative to probability move */
294 for (; tkk
!=0; tkk
=tkk
->next
)
295 if (tkk
->tloc
!=ll2
|| tkk
->conditions
!=ll1
) break;
303 { register struct travlist
*tk2
,*j
;
305 if (forced(k
=oldloc
)) k
=oldlc2
; /* k=location */
313 for (; tkk
!=0; tkk
=tkk
->next
) /* 21 */
316 { k
=tkk
->tverb
; /* k back to verb */
322 if (forced(ll
) && k
==j
->tloc
) tk2
=tkk
;
336 specials() /* 30000 */
337 { switch(newloc
-= 300)
338 { case 1: /* 30100 */
340 if (holdng
==0||(holdng
==1&&toting(emrald
))) return(2);
347 case 3: /* to 30300 */
354 trbridge() /* 30300 */
355 { if (prop
[troll
]==1)
360 move(troll
,plac
[troll
]);
361 move(troll
+100,fixd
[troll
]);
366 newloc
=plac
[troll
]+fixd
[troll
]-loc
; /* 30310 */
367 if (prop
[troll
]==0) prop
[troll
]=1;
368 if (!toting(bear
)) return(2);
375 if (prop
[spices
]<0) tally2
++;
383 if (k
>=43 && k
<=50) spk
=9;
384 if (k
==29||k
==30) spk
=9;
385 if (k
==7||k
==36||k
==37) spk
=10;
386 if (k
==11||k
==19) spk
=11;
387 if (verb
==find
||verb
==invent
) spk
=59;
388 if (k
==62||k
==65) spk
=42;
396 { printf("Please tell jim@rand.org that fatal bug %d happened.\n",n
);
401 checkhints() /* 2600 &c */
403 for (hint
=4; hint
<=hntmax
; hint
++)
404 { if (hinted
[hint
]) continue;
405 if (!bitset(loc
,hint
)) hintlc
[hint
]= -1;
407 if (hintlc
[hint
]<hints
[hint
][1]) continue;
409 { case 4: /* 40400 */
410 if (prop
[grate
]==0&&!here(keys
)) goto l40010
;
413 if (here(bird
)&&toting(rod
)&&obj
==bird
) goto l40010
;
414 continue; /* i.e. goto l40030 */
416 if (here(snake
)&&!here(bird
)) goto l40010
;
419 if (atloc
[loc
]==0&&atloc
[oldloc
]==0
420 && atloc
[oldlc2
]==0&&holdng
>1) goto l40010
;
423 if (prop
[emrald
]!= -1&&prop
[pyram
]== -1) goto l40010
;
426 goto l40010
; /* 40900 */
429 l40010
: hintlc
[hint
]=0;
430 if (!yes(hints
[hint
][3],0,54)) continue;
431 printf("I am prepared to give you a hint, but it will ");
432 printf("cost you %d points.\n",hints
[hint
][2]);
433 hinted
[hint
]=yes(175,hints
[hint
][4],54);
434 l40020
: hintlc
[hint
]=0;
441 if (*wd2
!=0) copystr(wd2
,wd1
);
443 if (i
==62||i
==65||i
==71||i
==2025)
448 printf("\nOkay, \"%s\".\n",wd2
);
455 if (toting(obj
)) return(2011); /* 9010 */
457 if (obj
==plant
&&prop
[plant
]<=0) spk
=115;
458 if (obj
==bear
&&prop
[bear
]==1) spk
=169;
459 if (obj
==chain
&&prop
[bear
]!=0) spk
=170;
460 if (fixed
[obj
]!=0) return(2011);
461 if (obj
==water
||obj
==oil
)
462 { if (here(bottle
)&&liq(0)==obj
)
467 if (toting(bottle
)&&prop
[bottle
]==1)
469 if (prop
[bottle
]!=1) spk
=105;
470 if (!toting(bottle
)) spk
=104;
473 l9017
: if (holdng
>=7)
478 { if (prop
[bird
]!=0) goto l9014
;
483 if (!toting(cage
)) /* 9013 */
487 prop
[bird
]=1; /* 9015 */
489 l9014
: if ((obj
==bird
||obj
==cage
)&&prop
[bird
]!=0)
490 carry(bird
+cage
-obj
,loc
);
493 if (obj
==bottle
&& k
!=0) place
[k
] = -1;
500 if (k
==obj
) obj
=bottle
;
501 if (obj
==bottle
&&k
!=0) place
[k
]=0;
502 if (obj
==cage
&&prop
[bird
]!=0) drop(bird
,loc
);
503 if (obj
==bird
) prop
[bird
]=0;
510 if (toting(rod2
)&&obj
==rod
&&!toting(rod
)) obj
=rod2
;
511 if (!toting(obj
)) return(2011);
512 if (obj
==bird
&&here(snake
))
514 if (closed
) return(19000);
519 if (obj
==coins
&&here(vend
)) /* 9024 */
525 if (obj
==bird
&&at(dragon
)&&prop
[dragon
]==0) /* 9025 */
529 if (place
[snake
]==plac
[snake
]) tally2
--;
532 if (obj
==bear
&&at(troll
)) /* 9026 */
536 move(troll2
,plac
[troll
]);
537 move(troll2
+100,fixd
[troll
]);
542 if (obj
!=vase
||loc
==plac
[pillow
]) /* 9027 */
546 prop
[vase
]=2; /* 9028 */
547 if (at(pillow
)) prop
[vase
]=0;
548 pspeak(vase
,prop
[vase
]+1);
549 if (prop
[vase
]!=0) fixed
[vase
] = -1;
555 { if (obj
==clam
||obj
==oyster
)
557 if (obj
==oyster
) k
=1;
559 if (toting(obj
)) spk
=120+k
;
560 if (!toting(tridnt
)) spk
=122+k
;
561 if (verb
==lock
) spk
=61;
562 if (spk
!=124) return(2011);
568 if (obj
==door
) spk
=111;
569 if (obj
==door
&&prop
[door
]==1) spk
=54;
570 if (obj
==cage
) spk
=32;
571 if (obj
==keys
) spk
=55;
572 if (obj
==grate
||obj
==chain
) spk
=31;
573 if (spk
!=31||!here(keys
)) return(2011);
576 { spk
=172; /* 9049: lock */
577 if (prop
[chain
]!=0) spk
=34;
578 if (loc
!=plac
[chain
]) spk
=173;
579 if (spk
!=172) return(2011);
581 if (toting(chain
)) drop(chain
,loc
);
586 if (prop
[bear
]==0) spk
=41;
587 if (prop
[chain
]==0) spk
=37;
588 if (spk
!=171) return(2011);
591 if (prop
[bear
]!=3) prop
[bear
]=2;
592 fixed
[bear
]=2-prop
[bear
];
597 if (!panic
) clock2
=15;
601 k
=34+prop
[grate
]; /* 9043 */
603 if (verb
==lock
) prop
[grate
]=0;
612 if (dloc
[i
]==loc
&&dflag
>=2) break;
614 if (obj
==0) /* 9122 */
615 { if (i
!=0) obj
=dwarf
;
616 if (here(snake
)) obj
=obj
*100+snake
;
617 if (at(dragon
)&&prop
[dragon
]==0) obj
=obj
*100+dragon
;
618 if (at(troll
)) obj
=obj
*100+troll
;
619 if (here(bear
)&&prop
[bear
]==0) obj
=obj
*100+bear
;
620 if (obj
>100) return(8000);
622 { if (here(bird
)&&verb
!=throw) obj
=bird
;
623 if (here(clam
)||here(oyster
)) obj
=100*obj
+clam
;
624 if (obj
>100) return(8000);
627 if (obj
==bird
) /* 9124 */
629 if (closed
) return(2011);
632 if (place
[snake
]==plac
[snake
]) tally2
++;
635 if (obj
==0) spk
=44; /* 9125 */
636 if (obj
==clam
||obj
==oyster
) spk
=150;
637 if (obj
==snake
) spk
=46;
638 if (obj
==dwarf
) spk
=49;
639 if (obj
==dwarf
&&closed
) return(19000);
640 if (obj
==dragon
) spk
=147;
641 if (obj
==troll
) spk
=157;
642 if (obj
==bear
) spk
=165+(prop
[bear
]+1)/2;
643 if (obj
!=dragon
||prop
[dragon
]!=0) return(2011);
648 if (!weq(wd1
,"y")&&!weq(wd1
,"yes")) return(2608);
652 k
=(plac
[dragon
]+fixd
[dragon
])/2;
657 for (obj
=1; obj
<=100; obj
++)
658 if (place
[obj
]==plac
[dragon
]||place
[obj
]==fixd
[dragon
])
666 trtoss() /* 9170: throw */
668 if (toting(rod2
)&&obj
==rod
&&!toting(rod
)) obj
=rod2
;
669 if (!toting(obj
)) return(2011);
670 if (obj
>=50&&obj
<=maxtrs
&&at(troll
))
671 { spk
=159; /* 9178 */
675 drop(troll2
,plac
[troll
]);
676 drop(troll2
+100,fixd
[troll
]);
680 if (obj
==food
&&here(bear
))
681 { obj
=bear
; /* 9177 */
684 if (obj
!=axe
) return(9020);
688 if (ran(3)==0||saved
!= -1)
689 l9175
: { rspeak(spk
);
698 if (dkill
==1) spk
=149;
703 if (at(dragon
)&&prop
[dragon
]==0)
706 if (at(troll
)) goto l9175
;
707 if (here(bear
)&&prop
[bear
]==0)
725 if (obj
==snake
||obj
==dragon
||obj
==troll
)
727 if (obj
==dragon
&&prop
[dragon
]!=0) spk
=110;
728 if (obj
==troll
) spk
=182;
729 if (obj
!=snake
||closed
||!here(bird
)) return(2011);
737 { if (!here(food
)) return(2011);
743 { if (prop
[bear
]==0) spk
=102;
744 if (prop
[bear
]==3) spk
=110;
745 if (!here(food
)) return(2011);
761 if (liqloc(loc
)==0) spk
=144;
762 if (liqloc(loc
)==0||!toting(vase
)) return(2011);
766 return(9020); /* advent/10 goes to 9024 */
768 if (obj
!=0&&obj
!=bottle
) return(2011);
769 if (obj
==0&&!here(bottle
)) return(8000);
771 if (liqloc(loc
)==0) spk
=106;
772 if (liq(0)!=0) spk
=105;
773 if (spk
!=107) return(2011);
774 prop
[bottle
]=((cond
[loc
]%4
)/2)*2;
776 if (toting(bottle
)) place
[k
]= -1;
782 closing() /* 10000 */
785 prop
[grate
]=prop
[fissur
]=0;
792 move(troll2
,plac
[troll
]);
793 move(troll2
+100,fixd
[troll
]);
795 if(prop
[bear
]!=3) dstroy(bear
);
807 caveclose() /* 11000 */
809 prop
[bottle
]=put(bottle
,115,1);
810 prop
[plant
]=put(plant
,115,0);
811 prop
[oyster
]=put(oyster
,115,0);
812 prop
[lamp
]=put(lamp
,115,0);
813 prop
[rod
]=put(rod
,115,0);
814 prop
[dwarf
]=put(dwarf
,115,0);
820 prop
[snake
]=put(snake
,116,1);
821 prop
[bird
]=put(bird
,116,1);
822 prop
[cage
]=put(cage
,116,0);
823 prop
[rod2
]=put(rod2
,116,0);
824 prop
[pillow
]=put(pillow
,116,0);
826 prop
[mirror
]=put(mirror
,115,0);
829 for (i
=1; i
<=100; i
++)
830 if (toting(i
)) dstroy(i
);