mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-02 17:12:11 +00:00
eef2bcf515
# Conflicts: # wadsrc/static/zscript/games/duke/actors/redneckenemies.zs
11 lines
150 B
Text
11 lines
150 B
Text
class RedneckCheerStayput : RedneckCheerleader
|
|
{
|
|
default
|
|
{
|
|
pic "CHEERSTAYPUT";
|
|
jumptoplayer_factor 2.0;
|
|
+BADGUYSTAYPUT;
|
|
Strength 150;
|
|
}
|
|
|
|
}
|