Skip to content

Commit

Permalink
changelog moved to the zombiepanic.inc
Browse files Browse the repository at this point in the history
  • Loading branch information
Hedgefog committed Feb 13, 2021
1 parent 6e2ff4e commit 1826b47
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 18 additions & 0 deletions src/include/zombiepanic.inc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
18 changes: 0 additions & 18 deletions src/include/zombiepanic_const.inc
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 1826b47

Please sign in to comment.