Adds new type of wounds - piercing.

Unlike cuts they do not merge, so many small-damage stabs will create many small stab wounds instead of one megahole.
Also cleans up checks in wound code a bit with power of OOP
This commit is contained in:
Chinsky
2016-02-11 01:56:12 +03:00
committed by Yoshax
parent 2c27ad3494
commit e12e9300fa
4 changed files with 76 additions and 13 deletions

View File

@@ -9,6 +9,7 @@
#define CUT "cut"
#define BRUISE "bruise"
#define PIERCE "pierce"
#define STUN "stun"
#define WEAKEN "weaken"