From d646013ec51aa0648323b25f211308ae2e226802 Mon Sep 17 00:00:00 2001 From: Finny Merrill Date: Wed, 26 Nov 2003 08:56:01 +0000 Subject: [PATCH] Can no longer judo invincible people. --- jobs.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs.qc b/jobs.qc index e858157..9695502 100644 --- a/jobs.qc +++ b/jobs.qc @@ -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);