Skip to content

Commit 842e5c1

Browse files
committed
Sorted Tags to test rebased version
1 parent 91a5864 commit 842e5c1

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Mopy/bash/game/skyrim/__init__.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,14 @@ class esp(GameInfo.esp):
142142
canEditHeader = True
143143
validHeaderVersions = (0.94, 1.70,)
144144

145-
allTags = {u'C.Acoustic', u'C.Climate', u'C.Encounter', u'C.ForceHideLand',
146-
u'C.ImageSpace', u'C.Light', u'C.Location', u'C.LockList',
145+
allTags = {u'C.Acoustic', u'C.Climate', u'C.Encounter', u'C.ImageSpace',
146+
u'C.Light', u'C.Location', u'C.LockList', u'C.MaxHeight',
147147
u'C.Music', u'C.Name', u'C.Owner', u'C.RecordFlags',
148148
u'C.Regions', u'C.SkyLighting', u'C.Water', u'Deactivate',
149149
u'Delev', u'Filter', u'Graphics', u'Invent', u'Names',
150-
u'NoMerge', u'Relev', u'Sound', u'Stats', u'C.MaxHeight'}
150+
u'NoMerge', u'Relev', u'Sound', u'Stats',
151+
u'C.ForceHideLand',
152+
}
151153

152154
patchers = (
153155
u'CellImporter', u'GmstTweaker', u'GraphicsPatcher',

0 commit comments

Comments
 (0)