Home | History | Annotate | Download | only in larn

Lines Matching refs:spheres

1749  * Returns the number of spheres currently in existence
1772 if ((m = mitem[x][y]) >= DEMONLORD + 4) { /* demons dispel spheres */
1778 rmsphere(x, y); /* remove any spheres that are here */
1782 if (m == DISENCHANTRESS) { /* disenchantress cancels spheres */
1787 rmsphere(x, y); /* remove any spheres that are here */
1791 if (c[CANCELLATION]) { /* cancellation cancels spheres */
1797 if (item[x][y] == OANNIHILATION) { /* collision of spheres
1798 * detonates spheres */
1800 lprcat("\nTwo spheres of annihilation collide! You hear a great earth shaking blast!");
1810 rmsphere(x, y); /* remove any spheres that are here */
1824 if (spheres == 0)
1825 spheres = sp; /* if first node in the sphere list */
1827 sp->p = spheres;
1828 spheres = sp;
1838 * Returns the number of spheres currently in existence
1844 for (sp = spheres; sp; sp2 = sp, sp = sp->p)
1853 if (sp == spheres) {
1855 spheres = sp->p;
1864 return (c[SPHCAST]); /* return number of spheres in the world */