2 * Copyright (c) 1991, 1993
3 * The Regents of the University of California. All rights reserved.
5 * The game adventure was originally written in Fortran by Will Crowther
6 * and Don Woods. It was later translated to C and enhanced by Jim
7 * Gillogly. This code is derived from software contributed to Berkeley
8 * by Jim Gillogly at The Rand Corporation.
10 * Redistribution and use in source and binary forms, with or without
11 * modification, are permitted provided that the following conditions
13 * 1. Redistributions of source code must retain the above copyright
14 * notice, this list of conditions and the following disclaimer.
15 * 2. Redistributions in binary form must reproduce the above copyright
16 * notice, this list of conditions and the following disclaimer in the
17 * documentation and/or other materials provided with the distribution.
18 * 3. All advertising materials mentioning features or use of this software
19 * must display the following acknowledgement:
20 * This product includes software developed by the University of
21 * California, Berkeley and its contributors.
22 * 4. Neither the name of the University nor the names of its contributors
23 * may be used to endorse or promote products derived from this software
24 * without specific prior written permission.
26 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
27 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
28 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
29 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
30 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
31 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
32 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
33 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
34 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
35 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
38 * @(#)subr.c 8.1 (Berkeley) 5/31/93
39 * $FreeBSD: src/games/adventure/subr.c,v 1.7.2.1 2001/03/05 11:43:11 kris Exp $
40 * $DragonFly: src/games/adventure/subr.c,v 1.4 2007/04/18 18:32:12 swildner Exp $
43 /* Re-coding of advent in C: subroutines from main */
50 static void badmove (void);
51 static int bitset (int,int);
52 static int dropper (void);
53 static int liq2 (int);
54 static int mback (void);
55 static int specials (void);
56 static int trbridge (void);
58 /* Statement functions */
61 { if (place
[objj
] == -1) return(TRUE
);
67 { if (place
[objj
]==loc
|| toting(objj
)) return(TRUE
);
73 { if (place
[objj
]==loc
|| fixed
[objj
]==loc
) return(TRUE
);
79 { return((1-pbotl
)*water
+(pbotl
/2)*(water
+oil
));
86 if (i
>-1-i
) return(liq2(i
));
87 else return(liq2(-1-i
));
90 /* may want to clean this one up a bit */
103 { if (cond
[l
] & setbit
[n
]) return(TRUE
);
109 { if (cond
[locc
]==2) return(TRUE
);
115 { if ((cond
[loc
]%2)==0 && (prop
[lamp
]==0 || !here(lamp
)))
122 { if (ran(100)<n
) return(TRUE
);
133 if (newloc
!=loc
&&!forced(loc
)&&!bitset(loc
,3))
134 { for (i
=1; i
<=5; i
++)
135 { if (odloc
[i
]!=newloc
||!dseen
[i
]) continue;
142 if (loc
==0||forced(loc
)||bitset(newloc
,3)) return(2000);
144 { if (loc
>=15) dflag
=1;
147 if (dflag
==1) /* 6000 */
148 { if (loc
<15||pct(95)) return(2000);
152 if (pct(50)&&saved
== -1) dloc
[j
]=0; /* 6001 */
155 { if (dloc
[i
]==loc
) dloc
[i
]=daltlc
;
156 odloc
[i
]=dloc
[i
]; /* 6002 */
162 dtotal
=attack
=stick
=0; /* 6010 */
163 for (i
=1; i
<=6; i
++) /* loop to 6030 */
164 { if (dloc
[i
]==0) continue;
166 for (kk
=travel
[dloc
[i
]]; kk
!=0; kk
=kk
->next
)
168 if (newloc
>300||newloc
<15||newloc
==odloc
[i
]
169 ||(j
>1&&newloc
==tk
[j
-1])||j
>=20
170 ||newloc
==dloc
[i
]||forced(newloc
)
171 ||(i
==6&&bitset(newloc
,3))
172 ||kk
->conditions
==100) continue;
175 tk
[j
]=odloc
[i
]; /* 6016 */
180 dseen
[i
]=(dseen
[i
]&&loc
>=15)||(dloc
[i
]==loc
||odloc
[i
]==loc
);
181 if (!dseen
[i
]) continue; /* i.e. goto 6030 */
183 if (i
==6) /* pirate's spotted him */
184 { if (loc
==chloc
||prop
[chest
]>=0) continue;
186 for (j
=50; j
<=maxtrs
; j
++) /* loop to 6020 */
187 { if (j
==pyram
&&(loc
==plac
[pyram
]
188 || loc
==plac
[emrald
])) goto l6020
;
189 if (toting(j
)) goto l6022
;
190 l6020
: if (here(j
)) k
=1;
192 if (tally
==tally2
+1 && k
==0 && place
[chest
]==0
193 &&here(lamp
) && prop
[lamp
]==1) goto l6025
;
194 if (odloc
[6]!=dloc
[6]&&pct(20))
196 continue; /* to 6030 */
198 if (place
[messag
]==0) move(chest
,chloc
);
200 for (j
=50; j
<=maxtrs
; j
++) /* loop to 6023 */
201 { if (j
==pyram
&& (loc
==plac
[pyram
]
202 || loc
==plac
[emrald
])) continue;
203 if (at(j
)&&fixed
[j
]==0) carry(j
,loc
);
204 if (toting(j
)) drop(j
,chloc
);
206 l6024
: dloc
[6]=odloc
[6]=chloc
;
215 if (odloc
[i
]!=dloc
[i
]) continue;
217 if (knfloc
>=0) knfloc
=loc
;
218 if (ran(1000)<95*(dflag
-2)) stick
++;
220 if (dtotal
==0) return(2000);
222 { printf("There are %d threatening little dwarves ",dtotal
);
223 printf("in the room with you.\n");
226 if (attack
==0) return(2000);
227 if (dflag
==2) dflag
=3;
228 if (saved
!= -1) dflag
=20;
230 { printf("%d of them throw knives at you!\n",attack
);
232 l82
: if (stick
<=1) /* 82 */
234 if (stick
==0) return(2000);
237 printf("%d of them get you!\n",stick
); /* 83 */
252 if ((tkk
=travel
[newloc
=loc
])==0) bug(26);
253 if (k
==null
) return(2);
254 if (k
==cave
) /* 40 */
255 { if (loc
<8) rspeak(57);
256 if (loc
>=8) rspeak(58);
259 if (k
==look
) /* 30 */
260 { if (detail
++<3) rspeak(15);
265 if (k
==back
) /* 20 */
275 for (; tkk
!=0; tkk
=tkk
->next
)
276 if (tkk
->tverb
==1 || tkk
->tverb
==k
) break;
281 l11
: ll1
=tkk
->conditions
; /* 11 */
283 newloc
=ll1
; /* newloc=conditions */
284 k
=newloc
%100; /* k used for prob */
286 { if (newloc
<=100) /* 13 */
287 { if (newloc
!=0&&!pct(newloc
)) goto l12
; /* 14 */
288 l16
: newloc
=ll2
; /* newloc=location */
289 if (newloc
<=300) return(2);
291 switch(specials())/* to 30000 */
301 if (toting(k
)||(newloc
>200&&at(k
))) goto l16
;
304 if (prop
[k
]!=(newloc
/100)-3) goto l16
; /* newloc still conditions*/
305 l12
: /* alternative to probability move */
306 for (; tkk
!=0; tkk
=tkk
->next
)
307 if (tkk
->tloc
!=ll2
|| tkk
->conditions
!=ll1
) break;
316 { struct travlist
*tk2
,*j
;
318 if (forced(k
=oldloc
)) k
=oldlc2
; /* k=location */
326 for (; tkk
!=0; tkk
=tkk
->next
) /* 21 */
329 { k
=tkk
->tverb
; /* k back to verb */
335 if (forced(ll
) && k
==j
->tloc
) tk2
=tkk
;
352 { switch(newloc
-= 300)
353 { case 1: /* 30100 */
355 if (holdng
==0||(holdng
==1&&toting(emrald
))) return(2);
362 case 3: /* to 30300 */
374 { if (prop
[troll
]==1)
379 move(troll
,plac
[troll
]);
380 move(troll
+100,fixd
[troll
]);
385 newloc
=plac
[troll
]+fixd
[troll
]-loc
; /* 30310 */
386 if (prop
[troll
]==0) prop
[troll
]=1;
387 if (!toting(bear
)) return(2);
394 if (prop
[spices
]<0) tally2
++;
404 if (k
>=43 && k
<=50) spk
=9;
405 if (k
==29||k
==30) spk
=9;
406 if (k
==7||k
==36||k
==37) spk
=10;
407 if (k
==11||k
==19) spk
=11;
408 if (verb
==find
||verb
==invent
) spk
=59;
409 if (k
==62||k
==65) spk
=42;
416 { printf("Please tell jim@rand.org that fatal bug %d happened.\n",n
);
425 for (hint
=4; hint
<=hntmax
; hint
++)
426 { if (hinted
[hint
]) continue;
427 if (!bitset(loc
,hint
)) hintlc
[hint
]= -1;
429 if (hintlc
[hint
]<hints
[hint
][1]) continue;
431 { case 4: /* 40400 */
432 if (prop
[grate
]==0&&!here(keys
)) goto l40010
;
435 if (here(bird
)&&toting(rod
)&&obj
==bird
) goto l40010
;
436 continue; /* i.e. goto l40030 */
438 if (here(snake
)&&!here(bird
)) goto l40010
;
441 if (atloc
[loc
]==0&&atloc
[oldloc
]==0
442 && atloc
[oldlc2
]==0&&holdng
>1) goto l40010
;
445 if (prop
[emrald
]!= -1&&prop
[pyram
]== -1) goto l40010
;
448 goto l40010
; /* 40900 */
451 l40010
: hintlc
[hint
]=0;
452 if (!yes(hints
[hint
][3],0,54)) continue;
453 printf("I am prepared to give you a hint, but it will ");
454 printf("cost you %d points.\n",hints
[hint
][2]);
455 hinted
[hint
]=yes(175,hints
[hint
][4],54);
456 l40020
: hintlc
[hint
]=0;
465 if (*wd2
!=0) strcpy(wd1
,wd2
);
467 if (i
==62||i
==65||i
==71||i
==2025)
472 printf("\nOkay, \"%s\".\n",wd2
);
481 if (toting(obj
)) return(2011); /* 9010 */
483 if (obj
==plant
&&prop
[plant
]<=0) spk
=115;
484 if (obj
==bear
&&prop
[bear
]==1) spk
=169;
485 if (obj
==chain
&&prop
[bear
]!=0) spk
=170;
486 if (fixed
[obj
]!=0) return(2011);
487 if (obj
==water
||obj
==oil
)
488 { if (here(bottle
)&&liq()==obj
)
493 if (toting(bottle
)&&prop
[bottle
]==1)
495 if (prop
[bottle
]!=1) spk
=105;
496 if (!toting(bottle
)) spk
=104;
499 l9017
: if (holdng
>=7)
504 { if (prop
[bird
]!=0) goto l9014
;
509 if (!toting(cage
)) /* 9013 */
513 prop
[bird
]=1; /* 9015 */
515 l9014
: if ((obj
==bird
||obj
==cage
)&&prop
[bird
]!=0)
516 carry(bird
+cage
-obj
,loc
);
519 if (obj
==bottle
&& k
!=0) place
[k
] = -1;
528 if (k
==obj
) obj
=bottle
;
529 if (obj
==bottle
&&k
!=0) place
[k
]=0;
530 if (obj
==cage
&&prop
[bird
]!=0) drop(bird
,loc
);
531 if (obj
==bird
) prop
[bird
]=0;
540 if (toting(rod2
)&&obj
==rod
&&!toting(rod
)) obj
=rod2
;
541 if (!toting(obj
)) return(2011);
542 if (obj
==bird
&&here(snake
))
544 if (closed
) return(19000);
549 if (obj
==coins
&&here(vend
)) /* 9024 */
555 if (obj
==bird
&&at(dragon
)&&prop
[dragon
]==0) /* 9025 */
559 if (place
[snake
]==plac
[snake
]) tally2
--;
562 if (obj
==bear
&&at(troll
)) /* 9026 */
566 move(troll2
,plac
[troll
]);
567 move(troll2
+100,fixd
[troll
]);
572 if (obj
!=vase
||loc
==plac
[pillow
]) /* 9027 */
576 prop
[vase
]=2; /* 9028 */
577 if (at(pillow
)) prop
[vase
]=0;
578 pspeak(vase
,prop
[vase
]+1);
579 if (prop
[vase
]!=0) fixed
[vase
] = -1;
587 { if (obj
==clam
||obj
==oyster
)
589 if (obj
==oyster
) k
=1;
591 if (toting(obj
)) spk
=120+k
;
592 if (!toting(tridnt
)) spk
=122+k
;
593 if (verb
==lock
) spk
=61;
594 if (spk
!=124) return(2011);
600 if (obj
==door
) spk
=111;
601 if (obj
==door
&&prop
[door
]==1) spk
=54;
602 if (obj
==cage
) spk
=32;
603 if (obj
==keys
) spk
=55;
604 if (obj
==grate
||obj
==chain
) spk
=31;
605 if (spk
!=31||!here(keys
)) return(2011);
608 { spk
=172; /* 9049: lock */
609 if (prop
[chain
]!=0) spk
=34;
610 if (loc
!=plac
[chain
]) spk
=173;
611 if (spk
!=172) return(2011);
613 if (toting(chain
)) drop(chain
,loc
);
618 if (prop
[bear
]==0) spk
=41;
619 if (prop
[chain
]==0) spk
=37;
620 if (spk
!=171) return(2011);
623 if (prop
[bear
]!=3) prop
[bear
]=2;
624 fixed
[bear
]=2-prop
[bear
];
629 if (!panic
) clock2
=15;
633 k
=34+prop
[grate
]; /* 9043 */
635 if (verb
==lock
) prop
[grate
]=0;
646 if (dloc
[i
]==loc
&&dflag
>=2) break;
648 if (obj
==0) /* 9122 */
649 { if (i
!=0) obj
=dwarf
;
650 if (here(snake
)) obj
=obj
*100+snake
;
651 if (at(dragon
)&&prop
[dragon
]==0) obj
=obj
*100+dragon
;
652 if (at(troll
)) obj
=obj
*100+troll
;
653 if (here(bear
)&&prop
[bear
]==0) obj
=obj
*100+bear
;
654 if (obj
>100) return(8000);
656 { if (here(bird
)&&verb
!=throw) obj
=bird
;
657 if (here(clam
)||here(oyster
)) obj
=100*obj
+clam
;
658 if (obj
>100) return(8000);
661 if (obj
==bird
) /* 9124 */
663 if (closed
) return(2011);
666 if (place
[snake
]==plac
[snake
]) tally2
++;
669 if (obj
==0) spk
=44; /* 9125 */
670 if (obj
==clam
||obj
==oyster
) spk
=150;
671 if (obj
==snake
) spk
=46;
672 if (obj
==dwarf
) spk
=49;
673 if (obj
==dwarf
&&closed
) return(19000);
674 if (obj
==dragon
) spk
=147;
675 if (obj
==troll
) spk
=157;
676 if (obj
==bear
) spk
=165+(prop
[bear
]+1)/2;
677 if (obj
!=dragon
||prop
[dragon
]!=0) return(2011);
682 if (strncmp(wd1
,"y",1)&&strncmp(wd1
,"yes",3)) return(2608);
686 k
=(plac
[dragon
]+fixd
[dragon
])/2;
691 for (obj
=1; obj
<=100; obj
++)
692 if (place
[obj
]==plac
[dragon
]||place
[obj
]==fixd
[dragon
])
704 if (toting(rod2
)&&obj
==rod
&&!toting(rod
)) obj
=rod2
;
705 if (!toting(obj
)) return(2011);
706 if (obj
>=50&&obj
<=maxtrs
&&at(troll
))
707 { spk
=159; /* 9178 */
711 drop(troll2
,plac
[troll
]);
712 drop(troll2
+100,fixd
[troll
]);
716 if (obj
==food
&&here(bear
))
717 { obj
=bear
; /* 9177 */
720 if (obj
!=axe
) return(9020);
724 if (ran(3)==0||saved
!= -1)
725 l9175
: { rspeak(spk
);
734 if (dkill
==1) spk
=149;
739 if (at(dragon
)&&prop
[dragon
]==0)
742 if (at(troll
)) goto l9175
;
743 if (here(bear
)&&prop
[bear
]==0)
763 if (obj
==snake
||obj
==dragon
||obj
==troll
)
765 if (obj
==dragon
&&prop
[dragon
]!=0) spk
=110;
766 if (obj
==troll
) spk
=182;
767 if (obj
!=snake
||closed
||!here(bird
)) return(2011);
775 { if (!here(food
)) return(2011);
781 { if (prop
[bear
]==0) spk
=102;
782 if (prop
[bear
]==3) spk
=110;
783 if (!here(food
)) return(2011);
801 if (liqloc(loc
)==0) spk
=144;
802 if (liqloc(loc
)==0||!toting(vase
)) return(2011);
806 return(9020); /* advent/10 goes to 9024 */
808 if (obj
!=0&&obj
!=bottle
) return(2011);
809 if (obj
==0&&!here(bottle
)) return(8000);
811 if (liqloc(loc
)==0) spk
=106;
812 if (liq()!=0) spk
=105;
813 if (spk
!=107) return(2011);
814 prop
[bottle
]=((cond
[loc
]%4)/2)*2;
816 if (toting(bottle
)) place
[k
]= -1;
827 prop
[grate
]=prop
[fissur
]=0;
834 move(troll2
,plac
[troll
]);
835 move(troll2
+100,fixd
[troll
]);
837 if(prop
[bear
]!=3) dstroy(bear
);
852 prop
[bottle
]=put(bottle
,115,1);
853 prop
[plant
]=put(plant
,115,0);
854 prop
[oyster
]=put(oyster
,115,0);
855 prop
[lamp
]=put(lamp
,115,0);
856 prop
[rod
]=put(rod
,115,0);
857 prop
[dwarf
]=put(dwarf
,115,0);
863 prop
[snake
]=put(snake
,116,1);
864 prop
[bird
]=put(bird
,116,1);
865 prop
[cage
]=put(cage
,116,0);
866 prop
[rod2
]=put(rod2
,116,0);
867 prop
[pillow
]=put(pillow
,116,0);
869 prop
[mirror
]=put(mirror
,115,0);
872 for (i
=1; i
<=100; i
++)
873 if (toting(i
)) dstroy(i
);