Conquer Fix for DERVISH and DESTROYER power

Adam Bryant adb at bucsb.UUCP
Mon Mar 28 07:49:44 AEST 1988


*** src/oldconq/update.c	Sun Mar 27 13:35:52 1988
--- src/conquer/update.c	Sat Mar 26 12:27:52 1988
***************
*** 329,336
  				city_pop *= 2;
  			nptr->tgold += (long) city_pop * TAXCITY / 100;
  		}
! 		else if(((magic(country,DERVISH)==1)
! 		||(magic(country,DESTROYER)==1))
  		&&((sptr->vegetation==ICE)
  		||(sptr->vegetation==DESERT))
  		&&(sptr->people>0)) {

--- 329,336 -----
  				city_pop *= 2L;
  			nptr->tgold += (long) city_pop * TAXCITY / 100L;
  		}
! 		else if(((magic(sptr->owner,DERVISH)==1)
! 		||(magic(sptr->owner,DESTROYER)==1))
  		&&((sptr->vegetation==ICE)
  		||(sptr->vegetation==DESERT))
  		&&(sptr->people>0)) {
-- 
    Adam Bryant                     ||  ARPANET: adb at bucsb.bu.edu 
    91 Bay State Rd                 ||  BITNET: adb at buenga engb0du at bostonu
    Boston, MA  02215               ||  UUCP: ..!harvard!bu-cs!bucsb!adb
    (617) 375-7380                  ||  CSNET: adb%bucsb at bu-cs



More information about the Comp.sources.bugs mailing list