Update Micro Slaughter CP compat fix to RC1.

This commit is contained in:
Mari the Deer 2021-03-19 00:17:10 +01:00
commit 67972dc910
2 changed files with 4 additions and 3 deletions

View file

@ -136,8 +136,9 @@ Class SWWMLevelCompatibility : LevelPostProcessor
level.nextsecretmap = level.nextmap; // so the handler can detect this
level.nextmap = "E5M1";
break;
// Micro Slaughter Community Project MAP13
// Micro Slaughter Community Project MAP13 (beta) / MAP14 (rc1)
case 'E45AA3BE411845AA0DEE7CA5DAAB65FE':
case 'CDF12AAE960E6BD11D98E1F0A1782B7B':
// reduce OBSCENELY EXCESSIVE number of cell packs in voodoo doll conveyors (400), which will cause immense lag when replaced with mod ammo
// unsurprisingly, this actually makes the map go from completely unplayable to having perfectly smooth performance (gee, I wonder why)
for ( int i=0; i<GetThingCount(); i++ )