From 1826b47ddb05592a2283c69dbe5f4a61d393f3c4 Mon Sep 17 00:00:00 2001 From: Hedgehog Fog Date: Sat, 13 Feb 2021 18:44:27 +0200 Subject: [PATCH] changelog moved to the zombiepanic.inc --- src/include/zombiepanic.inc | 18 ++++++++++++++++++ src/include/zombiepanic_const.inc | 18 ------------------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/include/zombiepanic.inc b/src/include/zombiepanic.inc index f15ee4b..1fb5d37 100644 --- a/src/include/zombiepanic.inc +++ b/src/include/zombiepanic.inc @@ -1,3 +1,21 @@ +/* + 1.1.0 + Additions and improvements: + Added infection (10% chance by default) + Satchel charges are now can be picked up + Improved spread and recoil system + Added damage range modifier + Reduced zombie damage to 25 + + Cvars: + Added zp_infection_chance cvar + Added zp_healthkit_cure_chance cvar + + Fixes: + Fixed decals + Fixed client crashes when using melee weapons +*/ + #if defined _zombiepanic_included #endinput #endif diff --git a/src/include/zombiepanic_const.inc b/src/include/zombiepanic_const.inc index 0c33f7d..4675557 100644 --- a/src/include/zombiepanic_const.inc +++ b/src/include/zombiepanic_const.inc @@ -1,21 +1,3 @@ -/* - 1.1.0 - Additions and improvements: - Added infection (10% chance by default) - Satchel charges are now can be picked up - Improved spread and recoil system - Added damage range modifier - Reduced zombie damage to 25 - - Cvars: - Added zp_infection_chance cvar - Added zp_healthkit_cure_chance cvar - - Fixes: - Fixed decals - Fixed client crashes when using melee weapons -*/ - #define ZP_TITLE "Zombie Panic" #define ZP_VERSION "1.1.0"