From 6bffb0c947892198527cbe3ef2102a762a85f9e0 Mon Sep 17 00:00:00 2001 From: richard Date: Fri, 21 Aug 2009 04:35:29 +0200 Subject: [PATCH] Fixed typo in docs. --- docs/zr_manual.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/zr_manual.txt b/docs/zr_manual.txt index 34355e5..8de2262 100644 --- a/docs/zr_manual.txt +++ b/docs/zr_manual.txt @@ -770,13 +770,15 @@ The list below explains all available class attributes in detail: Zombie classes only. Force to apply on the zombie when shot at. The zombie is pushed in the same direction as the bullet. - jump_height decimal -500.0 - 500.0 + jump_height decimal 0.0 - 5.0 --------------------------------------------------------------------------- - Extra upward boost when jumping. + Jump height multiplier. Extra upward boost when jumping. If 1.0 or 0.0 + no boost will be applied. - jump_distance decimal -500.0 - 500.0 + jump_distance decimal 0.0 - 5.0 --------------------------------------------------------------------------- - Extra forward boost when jumping. + Jump distance multiplier. Extra forward boost when jumping. If 1.0 or + 0.0 no boost will be applied. 3.7.3 CLASS REQUIREMENTS