Updated to reflect new holiday system

This commit is contained in:
Mark Mine 2003-12-13 04:38:38 +00:00
parent f147f1a193
commit 22781d4918

View File

@ -4021,6 +4021,8 @@ class LevelStyleManager:
if ((dnaType == 'street') or (dnaType == 'prop') or
(dnaType == 'toon_landmark')):
dnaList = self.getCatalogCodes(dnaType)
if dnaType == 'prop':
dnaList.append(self.getCatalogCodes('holiday_prop'))
elif (dnaType == 'sign'):
dnaList = [''] + self.getCatalogCodes(dnaType)
elif (dnaType == 'wall'):