rott/kf_sources/NicePack/Classes/NiceSkillEnforcerUnstoppable.uc
2026-07-14 20:27:09 +07:00

10 lines
315 B
Ucode

class NiceSkillEnforcerUnstoppable extends NiceSkill
abstract;
var float speedMult;
defaultproperties
{
speedMult=1.000000
SkillName="Unstoppable"
SkillEffects="Your speed doesn't decrease from additional weight, low health, poison or siren's pull and your screen doesn't shake or blur."
}