Oops, can't do this here.
This commit is contained in:
parent
d3ce281abb
commit
a1dbf71aa6
2 changed files with 2 additions and 8 deletions
|
|
@ -321,12 +321,6 @@ extend Class SWWMUtility
|
|||
if ( a.GetClassName() == 'LostSoulCount' ) return 'LostSoul';
|
||||
if ( a.GetClassName() == 'CyberdemonEvit2' ) return 'Cyberdemon';
|
||||
if ( a.GetClassName() == 'CyberdemonMAP24' ) return 'Cyberdemon';
|
||||
// merge all boss phases into one entry
|
||||
if ( a.GetClassName() == 'The_Origin_Phase_2' ) return 'The_Origin_Phase_1';
|
||||
if ( a.GetClassName() == 'The_Origin_Phase_3' ) return 'The_Origin_Phase_1';
|
||||
if ( a.GetClassName() == 'The_Absolute_Origin_Phase_1' ) return 'The_Origin_Phase_1';
|
||||
if ( a.GetClassName() == 'The_Absolute_Origin_Phase_2' ) return 'The_Origin_Phase_1';
|
||||
if ( a.GetClassName() == 'The_Absolute_Origin_Phase_2' ) return 'The_Origin_Phase_1';
|
||||
// heretic monsters
|
||||
if ( a == 'Sorcerer2' ) return 'Sorcerer1';
|
||||
if ( a == 'HereticImpLeader' ) return 'HereticImp';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue