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"