From da41ce6b65651ba2dd2d174a3f9c0931c29cb2ee Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Fri, 15 Jul 2011 16:06:07 +0300 Subject: [PATCH] Update stomach kick cvars in tutorial map --- data/maps/tutorial.mapinfo | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/maps/tutorial.mapinfo b/data/maps/tutorial.mapinfo index 8461d3bd..da284aac 100644 --- a/data/maps/tutorial.mapinfo +++ b/data/maps/tutorial.mapinfo @@ -26,8 +26,7 @@ settemp_for_type all g_balance_health_regenlinear 30 // don't allow digestion and stomach kicks to deal enough damage to kill the player (just deal some exemplary damage) // this relies on the health regen settings above (damage is immediately regenerated, not allowing the player to reach 0) settemp_for_type all g_balance_vore_digestion_damage 1 -settemp_for_type all g_balance_vore_kick_damage_min 1 -settemp_for_type all g_balance_vore_kick_damage_max 5 +settemp_for_type all g_balance_vore_kick_damage 3 settemp_for_type all g_balance_vore_escapeprobability 0.05 // no start weapons in this tutorial -- 2.39.2