make toontown level editor work with bossbot zone

This commit is contained in:
Redmond Urbino 2007-11-08 23:10:54 +00:00
parent 63ee8e35ae
commit 945d1c27cf
1 changed files with 2 additions and 0 deletions

View File

@ -272,6 +272,8 @@ except NameError:
if 'GZ' in hoods:
loadDNAFile(DNASTORE, 'phase_6/dna/storage_GZ.dna', CSDefault, 1)
loadDNAFile(DNASTORE, 'phase_6/dna/storage_GZ_sz.dna', CSDefault, 1)
if 'CC' in hoods:
loadDNAFile(DNASTORE, 'phase_12/dna/storage_CC_sz.dna', CSDefault, 1)
__builtin__.dnaLoaded = 1
# Precompute class types for type comparisons