home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 56 / CDPowerplay56Disc2.iso / demos / blade / data1.cab / Program_Executable_Files / Scripts / Combos / Glm_clCombos.py < prev    next >
Encoding:
Text File  |  2000-10-27  |  329 b   |  16 lines

  1. ######################################################
  2. #
  3. # Create sets of attacks
  4. #
  5. #        - GLM -
  6. #
  7. ######################################################
  8.  
  9. import Bladex
  10.  
  11. ###############
  12. # Clay Golem #
  13. ###############
  14. import GlmCombos
  15. GlmCombos.AddGolemAttacks(Bladex.GetCharType("Golem_clay","Glm"), "Glm_cl")
  16.