We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ecd3ec commit ff8d401Copy full SHA for ff8d401
1 file changed
Mopy/bash/game/skyrim/__init__.py
@@ -142,12 +142,14 @@ class esp(GameInfo.esp):
142
canEditHeader = True
143
validHeaderVersions = (0.94, 1.70,)
144
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',
+ allTags = {u'C.Acoustic', u'C.Climate', u'C.Encounter', u'C.ImageSpace',
+ u'C.Light', u'C.Location', u'C.LockList', u'C.MaxHeight',
147
u'C.Music', u'C.Name', u'C.Owner', u'C.RecordFlags',
148
u'C.Regions', u'C.SkyLighting', u'C.Water', u'Deactivate',
149
u'Delev', u'Filter', u'Graphics', u'Invent', u'Names',
150
- u'NoMerge', u'Relev', u'Sound', u'Stats', u'C.MaxHeight'}
+ u'NoMerge', u'Relev', u'Sound', u'Stats',
151
+ u'C.ForceHideLand',
152
+ }
153
154
patchers = (
155
u'CellImporter', u'GmstTweaker', u'GraphicsPatcher',
0 commit comments