diff options
Diffstat (limited to 'wiki/sedesign.py')
-rwxr-xr-x | wiki/sedesign.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wiki/sedesign.py b/wiki/sedesign.py index 26d956b..86a165e 100755 --- a/wiki/sedesign.py +++ b/wiki/sedesign.py @@ -138,6 +138,9 @@ def ItAlloc(it): elif 'EQP_SHADOW_ACC_R' in it.loc: IT_ARMOR['EQP_ACC_R'].append(it) # Not really it.fc=0.00 + elif 'EQP_SHADOW_ACC_L' in it.loc: + # Don't append anywhere, skip it altogether + return else: raise Exception("Invalid Loc for ID %s: %s" % (it.id, it.loc)) elif "IT_WEAPON" in a: |