Can no longer judo invincible people.

This commit is contained in:
Finny Merrill 2003-11-26 08:56:01 +00:00
parent 8c2d5fdd12
commit d646013ec5

View file

@ -604,7 +604,7 @@ void() JobJudoka =
if (self.cutf_items & CUTF_CLOSECOMBAT)
chance -= 0.25;
if (random() > chance)
if (random() > chance || trace_ent.invincible_finished > time)
{
sprint (self, PRINT_HIGH, "Your strike is parried!\n");
Attack_Finished(3);