Integrate NS Bloodsuckers

Add and update files for bloodsucker spawning option.
This commit is contained in:
worldwidesorrow
2021-08-18 09:47:25 -05:00
parent c10a436c71
commit 05118343fc
20 changed files with 3335 additions and 225 deletions

View File

@@ -931,4 +931,24 @@ class RscTitles
};
};
};
class mutant_attack
{
idd=-1;
movingEnable=0;
duration=1;
fadein=0;
name="Skrabanec";
controls[]=
{
"skrabanec"
};
class skrabanec: RscPicture
{
x=0;
y=0;
w=1;
h=1;
text="\nst\textures\skrabanec.paa";
};
};
};