X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=actions2.c;h=4385ad94fa4570e13e0cbd3995233fb41f0e605e;hb=935d8b8e68c90ca5fed1c66cc13ee427af2ca0f7;hp=ae2c2f4228f79ad0bca66eb26841bfba076a38ec;hpb=18767d52dd053cf6c851ded2597697674ca255c1;p=open-adventure.git diff --git a/actions2.c b/actions2.c index ae2c2f4..4385ad9 100644 --- a/actions2.c +++ b/actions2.c @@ -172,7 +172,7 @@ L9126: if(OBJ == 0)SPK=44; if(OBJ != DRAGON || PROP[DRAGON] != 0) return(2011); /* Fun stuff for dragon. If he insists on attacking it, win! Set PROP to dead, * move dragon to central loc (still fixed), move rug there (not fixed), and - * move him there, too. then do a null motion to get new description. */ + * move him there, too. Then do a null motion to get new description. */ RSPEAK(49); VERB=0; OBJ=0; @@ -187,9 +187,9 @@ L9126: if(OBJ == 0)SPK=44; MOVE(DRAGON,K); MOVE(RUG,K); DROP(BLOOD,K); - /* 9127 */ for (OBJ=1; OBJ<=100; OBJ++) { + for (OBJ=1; OBJ<=100; OBJ++) { if(PLACE[OBJ] == PLAC[DRAGON] || PLACE[OBJ] == FIXD[DRAGON])MOVE(OBJ,K); -L9127: /*etc*/ ; + /*etc*/ ; } /* end loop */ LOC=K; K=NUL; @@ -267,7 +267,7 @@ L9178: SPK=159; return(2011); } -/* Feed. If bird, no seed. snake, dragon, troll: quip. If dwarf, make him +/* Feed. If bird, no seed. Snake, dragon, troll: quip. If dwarf, make him * mad. Bear, special. */ int feed() {