mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 03:30:46 +00:00
Make non-pal 0 enemy health doubling depend on running 1.3D or earlier
git-svn-id: https://svn.eduke32.com/eduke32@4366 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
206244b605
commit
7d88e047d3
1 changed files with 2 additions and 15 deletions
|
@ -6033,21 +6033,8 @@ int32_t A_Spawn(int32_t j, int32_t pn)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
switch (DYNAMICTILEMAP(sp->picnum))
|
if (!PLUTOPAK)
|
||||||
{
|
|
||||||
case LIZTROOPONTOILET__STATIC:
|
|
||||||
case LIZTROOPSHOOT__STATIC:
|
|
||||||
case LIZTROOPJETPACK__STATIC:
|
|
||||||
case LIZTROOPDUCKING__STATIC:
|
|
||||||
case LIZTROOPRUNNING__STATIC:
|
|
||||||
case LIZTROOPSTAYPUT__STATIC:
|
|
||||||
case LIZTROOPJUSTSIT__STATIC:
|
|
||||||
case LIZTROOP__STATIC:
|
|
||||||
if (g_scriptVersion != 14)
|
|
||||||
default:
|
|
||||||
sp->extra <<= 1;
|
sp->extra <<= 1;
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (sp->picnum == BOSS4STAYPUT || sp->picnum == BOSS1 || sp->picnum == BOSS2 ||
|
if (sp->picnum == BOSS4STAYPUT || sp->picnum == BOSS1 || sp->picnum == BOSS2 ||
|
||||||
|
|
Loading…
Reference in a new issue